Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299966
b: refs/heads/master
c: 4f49add
h: refs/heads/master
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed May 1, 2012
1 parent 8eb2c73 commit c6a1526
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: cb8722d30c20386e4d4b4bc3a2ceceacd35f818a
refs/heads/master: 4f49add9ad297dab392c14dc60d490364080739b
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/smsc75xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int __must_check smsc75xx_read_reg(struct usbnet *dev, u32 index,

if (unlikely(ret < 0))
netdev_warn(dev->net,
"Failed to read register index 0x%08x", index);
"Failed to read reg index 0x%08x: %d", index, ret);

le32_to_cpus(buf);
*data = *buf;
Expand Down Expand Up @@ -128,7 +128,7 @@ static int __must_check smsc75xx_write_reg(struct usbnet *dev, u32 index,

if (unlikely(ret < 0))
netdev_warn(dev->net,
"Failed to write register index 0x%08x", index);
"Failed to write reg index 0x%08x: %d", index, ret);

kfree(buf);

Expand Down

0 comments on commit c6a1526

Please sign in to comment.