Hi Greg,
Yes, it is. But please apply the depending patch first,
[PATCH] isp1362: merge updates in blackfin linux
Sorry, I will add number option to git format-patch to avoid such
confusion in the future.
Best regards,
Thomas
Greg Ungerer 提到:
Hi Thomas,
Thomas Chou wrote:
The clock check does not work on DE2.
Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
The code I have for this already has this applied?
Regards
Greg
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)
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev