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:
Vipin Mehta 2010-09-07 17:06:50 -07:00 committed by Greg Kroah-Hartman
parent c8e7978ee4
commit b6c78757f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}