Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324756
b: refs/heads/master
c: 03bbb23
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 3ff1f61 commit 0598fa9
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: 45145f9ab143727335477570b436c464880714c8
refs/heads/master: 03bbb232d6cd7083daedf0915ffb6cac26870e67
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sbe-2t3e3/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int t3e3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
int cmd_2t3e3, len, rlen;
t3e3_param_t param;
t3e3_resp_t resp;
void *data = ifr->ifr_data + sizeof(cmd_2t3e3) + sizeof(len);
void __user *data = ifr->ifr_data + sizeof(cmd_2t3e3) + sizeof(len);

if (cmd == SIOCWANDEV)
return hdlc_ioctl(dev, ifr, cmd);
Expand Down

0 comments on commit 0598fa9

Please sign in to comment.