Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190611
b: refs/heads/master
c: e9162ab
h: refs/heads/master
i:
  190609: ece6cb3
  190607: 0c78922
v: v3
  • Loading branch information
Peter Korsgaard authored and David S. Miller committed May 3, 2010
1 parent 713a4e4 commit d208320
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: 19937d0482cfe194fe52e97e59aa58ec911de0d1
refs/heads/master: e9162ab1610531d6ea6c1833daeb2613e44275e8
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 valu
goto out;

dm_write_reg(dev, DM_SHARED_ADDR, phy ? (reg | 0x40) : reg);
dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0x1c : 0x14);
dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0x1a : 0x12);

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

0 comments on commit d208320

Please sign in to comment.