Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213629
b: refs/heads/master
c: 7491f13
h: refs/heads/master
i:
  213627: 593b663
v: v3
  • Loading branch information
Peter Chen authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent c33ac64 commit 36d11de
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: 00914025cc4e783d4703b4db1d47b41f389e50c8
refs/heads/master: 7491f13367919d97525b73b1fd38801ac83aac06
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ int usb_resume(struct device *dev, pm_message_t msg)
/* Avoid PM error messages for devices disconnected while suspended
* as we'll display regular disconnect messages just a bit later.
*/
if (status == -ENODEV)
if (status == -ENODEV || status == -ESHUTDOWN)
status = 0;
return status;
}
Expand Down

0 comments on commit 36d11de

Please sign in to comment.