Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129701
b: refs/heads/master
c: 634a84f
h: refs/heads/master
i:
  129699: 6ac2533
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Jan 16, 2009
1 parent e562d63 commit 7ff953f
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: 00bfddaf7f68a6551319b536f052040c370756b0
refs/heads/master: 634a84f8d5b74da497688d3346f6809c28239eda
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ static int usb_configure_device_otg(struct usb_device *udev)
* (Includes HNP test device.)
*/
if (udev->bus->b_hnp_enable || udev->bus->is_b_host) {
err = usb_port_suspend(udev);
err = usb_port_suspend(udev, PMSG_SUSPEND);
if (err < 0)
dev_dbg(&udev->dev, "HNP fail, %d\n", err);
}
Expand Down

0 comments on commit 7ff953f

Please sign in to comment.