Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219792
b: refs/heads/master
c: b6c7875
h: refs/heads/master
v: v3
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Sep 8, 2010
1 parent c1d30ca commit 26badd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8e7978ee45c18420d0d9f5f72905976fb8c9ff8
refs/heads/master: b6c78757f9997128c934fc50f4f11031b2101ea6
2 changes: 1 addition & 1 deletion trunk/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 26badd0

Please sign in to comment.