Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159307
b: refs/heads/master
c: bcd218b
h: refs/heads/master
i:
  159305: a4be026
  159303: 5ec1896
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Aug 2, 2009
1 parent 2edf4b5 commit a968f26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 81e43213882e62374c1a87f9d97d4287ed9f7257
refs/heads/master: bcd218be5aebed94951a750b1d477aea86fb68ea
5 changes: 0 additions & 5 deletions trunk/drivers/net/usb/smsc95xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,6 @@ static int smsc95xx_eeprom_confirm_not_busy(struct usbnet *dev)
do {
smsc95xx_read_reg(dev, E2P_CMD, &val);

if (!(val & E2P_CMD_LOADED_)) {
devwarn(dev, "No EEPROM present");
return -EIO;
}

if (!(val & E2P_CMD_BUSY_))
return 0;

Expand Down

0 comments on commit a968f26

Please sign in to comment.