[PATCH] staging: ath6kl: Fixing a compilation error introduced by commit ec53d6123bea9f69887f194b5d4294a43292120d.

Vipin Mehta vmehta at atheros.com
Wed Sep 8 00:06:50 UTC 2010


Signed-off-by: Vipin Mehta <vmehta at atheros.com>
---
 drivers/staging/ath6kl/os/linux/ioctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/ath6kl/os/linux/ioctl.c b/drivers/staging/ath6kl/os/linux/ioctl.c
index 8ed87e7..d5f7ac0 100644
--- a/drivers/staging/ath6kl/os/linux/ioctl.c
+++ b/drivers/staging/ath6kl/os/linux/ioctl.c
@@ -2713,7 +2713,7 @@ int ar6000_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
 		break;
 	    }
 
-	    if (get_user(cmd.ieType, userdata))
+	    if (get_user(cmd.ieType, userdata)) {
 		ret = -EFAULT;
 		break;
 	    }
-- 
1.6.3.3




More information about the devel mailing list