Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177147
b: refs/heads/master
c: 6057912
h: refs/heads/master
i:
  177145: 8b2850d
  177143: 32694d0
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 14, 2009
1 parent e56a069 commit b42ae40
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: 2447f2f3c38d3058d50de93df225ee6ad295932b
refs/heads/master: 6057912d7baad31be9819518674ffad349a065b1
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/rtl8150.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static int rtl8150_set_mac_address(struct net_device *netdev, void *p)
dbg("%02X:", netdev->dev_addr[i]);
dbg("%02X\n", netdev->dev_addr[i]);
/* Set the IDR registers. */
set_registers(dev, IDR, sizeof(netdev->dev_addr), netdev->dev_addr);
set_registers(dev, IDR, netdev->addr_len, netdev->dev_addr);
#ifdef EEPROM_WRITE
{
u8 cr;
Expand Down

0 comments on commit b42ae40

Please sign in to comment.