Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351465
b: refs/heads/master
c: 15c8bb1
h: refs/heads/master
i:
  351463: 57dc2b9
v: v3
  • Loading branch information
Simon Que authored and David S. Miller committed Jan 18, 2013
1 parent db936d4 commit 5348fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fae50823d0ee579e006a7ba2b20880e354388b25
refs/heads/master: 15c8bb1284c2e4b0614274602f0d92c4ea3412df
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int dm_read_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 *valu
dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0xc : 0x4);

for (i = 0; i < DM_TIMEOUT; i++) {
u8 tmp;
u8 tmp = 0;

udelay(1);
ret = dm_read_reg(dev, DM_SHARED_CTRL, &tmp);
Expand Down Expand Up @@ -165,7 +165,7 @@ static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 valu
dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0x1a : 0x12);

for (i = 0; i < DM_TIMEOUT; i++) {
u8 tmp;
u8 tmp = 0;

udelay(1);
ret = dm_read_reg(dev, DM_SHARED_CTRL, &tmp);
Expand Down

0 comments on commit 5348fbf

Please sign in to comment.