From 411397e903300f57f4b5ab0b9618ebd82c96fcdf Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Thu, 9 Sep 2010 17:31:29 -0400 Subject: [PATCH] --- yaml --- r: 213567 b: refs/heads/master c: e9137c2e44116a1fcb82bb99dc84318e792c150b h: refs/heads/master i: 213565: c42a2a46b6cae0411a239f9b1004d2214c01bd78 213563: 283b3158966cc02b0070047a12434ad6a599bc85 213559: b81241acfa5c776550944d8fc92e2aad2a5f578b 213551: 7aff6345e8dc745d0f7140bc904da22e1b9df2cc 213535: 3b4327d13a8e5eb665e71df3b513ee060ce44e42 213503: 7e408932e72e7fc78d37324b327ebb744403e02f v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/isp1362-hcd.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 25cce61a52d5..0ca4303d458d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c836e4d583701a5eecb288b5f131da39115f5ec +refs/heads/master: e9137c2e44116a1fcb82bb99dc84318e792c150b diff --git a/trunk/drivers/usb/host/isp1362-hcd.c b/trunk/drivers/usb/host/isp1362-hcd.c index 0587ad4ce5c2..ae3044019382 100644 --- a/trunk/drivers/usb/host/isp1362-hcd.c +++ b/trunk/drivers/usb/host/isp1362-hcd.c @@ -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] =