Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214559
b: refs/heads/master
c: 0c796f9
h: refs/heads/master
i:
  214557: f675ae2
  214555: 491662e
  214551: 8963fbc
  214543: bda5a27
  214527: 28ce22c
v: v3
  • Loading branch information
Dan Rosenberg authored and David S. Miller committed Sep 17, 2010
1 parent ed551ed commit ad271eb
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: cd13539b8bc9ae884e6d8d9374c594adff4304e4
refs/heads/master: 0c796f91a518480fd6696ba2affed1167e840823
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/de4x5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5474,7 +5474,7 @@ de4x5_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
tmp.lval[6] = inl(DE4X5_STRR); j+=4;
tmp.lval[7] = inl(DE4X5_SIGR); j+=4;
ioc->len = j;
if (copy_to_user(ioc->data, tmp.addr, ioc->len)) return -EFAULT;
if (copy_to_user(ioc->data, tmp.lval, ioc->len)) return -EFAULT;
break;

#define DE4X5_DUMP 0x0f /* Dump the DE4X5 Status */
Expand Down

0 comments on commit ad271eb

Please sign in to comment.