Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189033
b: refs/heads/master
c: 4881a4f
h: refs/heads/master
i:
  189031: 8f5f15f
v: v3
  • Loading branch information
Jens Rottmann authored and David S. Miller committed Mar 23, 2010
1 parent 7eb65dd commit b5766b6
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: 8e039d84b323c4503c4d56863faa47c783660826
refs/heads/master: 4881a4f89a95cc5fef6d32953954bcc3443eefd5
2 changes: 1 addition & 1 deletion trunk/drivers/net/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -6322,7 +6322,7 @@ static int netdev_set_eeprom(struct net_device *dev,
int len;

if (eeprom->magic != EEPROM_MAGIC)
return 1;
return -EINVAL;

len = (eeprom->offset + eeprom->len + 1) / 2;
for (i = eeprom->offset / 2; i < len; i++)
Expand Down

0 comments on commit b5766b6

Please sign in to comment.