Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342061
b: refs/heads/master
c: 9624531
h: refs/heads/master
i:
  342059: a7857ce
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Dec 10, 2012
1 parent 0e8013f commit 844d2d5
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: 481705a172a1fcd483d4a90963c7593964219273
refs/heads/master: 9624531701ea84f4b7eb966284b53b34b1c52365
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/smsc95xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static int smsc95xx_ethtool_set_eeprom(struct net_device *netdev,
static int smsc95xx_ethtool_getregslen(struct net_device *netdev)
{
/* all smsc95xx registers */
return COE_CR - ID_REV + 1;
return COE_CR - ID_REV + sizeof(u32);
}

static void
Expand Down

0 comments on commit 844d2d5

Please sign in to comment.