Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40683
b: refs/heads/master
c: 11bd44a
h: refs/heads/master
i:
  40681: 3181f8a
  40679: aef4968
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Nov 3, 2006
1 parent 6f36611 commit 04d282f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 23b0d968c2c82c2574ca97148ce092eff4ab84a6
refs/heads/master: 11bd44abbd204f580ea91e75c84e012988971012
3 changes: 1 addition & 2 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ static inline void show_string(struct usb_device *udev, char *id, char *string)

#ifdef CONFIG_USB_OTG
#include "otg_whitelist.h"
static int __usb_port_suspend(struct usb_device *, int port1);
#endif

/**
Expand Down Expand Up @@ -1289,8 +1290,6 @@ int usb_new_device(struct usb_device *udev)
* (Includes HNP test device.)
*/
if (udev->bus->b_hnp_enable || udev->bus->is_b_host) {
static int __usb_port_suspend(struct usb_device *,
int port1);
err = __usb_port_suspend(udev, udev->bus->otg_port);
if (err < 0)
dev_dbg(&udev->dev, "HNP fail, %d\n", err);
Expand Down

0 comments on commit 04d282f

Please sign in to comment.