[uClinux-dev] [PATCH] isp1362: skip clock ready check

Thomas Chou thomas at wytron.com.tw
Tue Nov 20 21:58:50 EST 2007


The clock check does not work on DE2.

Signed-off-by: Thomas Chou <thomas at wytron.com.tw>

diff --git a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
index 676dab1..f08955e 100644
--- a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
+++ b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
@@ -2490,7 +2490,7 @@ static int isp1362_hc_reset(struct usb_hcd *hcd)
 		ERR("Clock not ready after %lums\n", timeout);
 		ret = -ENODEV;
 	}
-	return ret;
+	return 0;   //  SKIP ret;
 }
 
 static void isp1362_hc_stop(struct usb_hcd *hcd)
-- 
1.5.3.3



More information about the uClinux-dev mailing list