Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341657
b: refs/heads/master
c: 2305c54
h: refs/heads/master
i:
  341655: 0f2ddd9
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Nov 30, 2012
1 parent 7782c51 commit f29709e
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: 06a31e2b918dd992dd104e082ec8a33d6235c7b3
refs/heads/master: 2305c54ffc389f1e73f2b1122a4c75bb0e8e6601
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/smsc75xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ static int smsc75xx_suspend(struct usb_interface *intf, pm_message_t message)
int ret;

ret = usbnet_suspend(intf, message);
check_warn_goto_done(ret, "usbnet_suspend error\n");
check_warn_return(ret, "usbnet_suspend error\n");

if (pdata->suspend_flags) {
netdev_warn(dev->net, "error during last resume\n");
Expand Down

0 comments on commit f29709e

Please sign in to comment.