Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22065
b: refs/heads/master
c: 43c5d5a
h: refs/heads/master
i:
  22063: a0b49ba
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 31ff331 commit 6c48a4d
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: 6a8e87b23ff4a979bde5451a242466a4b3f9fe7d
refs/heads/master: 43c5d5aaafef56618a6efbcab7f91615da1a8659
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,8 @@ int usb_resume_device(struct usb_device *udev)
status = hub_port_resume(hdev_to_hub(udev->parent),
udev->portnum, udev);
} else
status = 0;
#endif
status = 0;
} else
status = finish_device_resume(udev);
if (status < 0)
Expand Down

0 comments on commit 6c48a4d

Please sign in to comment.