Skip to content

Commit

Permalink
staging: ath6kl: Fixing a compilation error introduced by commit ec53d61
Browse files Browse the repository at this point in the history
.

Signed-off-by: Vipin Mehta <vmehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Sep 8, 2010
1 parent c8e7978 commit b6c7875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/os/linux/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b6c7875

Please sign in to comment.