staging: ath6kl: Fixing a compilation error introduced by commit ec53d6123b
.
Signed-off-by: Vipin Mehta <vmehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c8e7978ee4
commit
b6c78757f9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue