Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213567
b: refs/heads/master
c: e9137c2
h: refs/heads/master
i:
  213565: c42a2a4
  213563: 283b315
  213559: b81241a
  213551: 7aff634
  213535: 3b4327d
  213503: 7e40893
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 585dce5 commit 411397e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 5c836e4d583701a5eecb288b5f131da39115f5ec
refs/heads/master: e9137c2e44116a1fcb82bb99dc84318e792c150b
7 changes: 0 additions & 7 deletions trunk/drivers/usb/host/isp1362-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1676,13 +1676,6 @@ static int isp1362_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
switch (wValue) {
case USB_PORT_FEAT_SUSPEND:
_DBG(0, "USB_PORT_FEAT_SUSPEND\n");
#ifdef CONFIG_USB_OTG
if (ohci->hcd.self.otg_port == (wIndex + 1) &&
ohci->hcd.self.b_hnp_enable) {
start_hnp(ohci);
break;
}
#endif
spin_lock_irqsave(&isp1362_hcd->lock, flags);
isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, RH_PS_PSS);
isp1362_hcd->rhport[wIndex] =
Expand Down

0 comments on commit 411397e

Please sign in to comment.