[Bug 198619] Re: USB stress test failure on AMD SB600
Shane Huang
shane.huang at amd.com
Tue Mar 11 03:26:59 UTC 2008
The third patch http://marc.info/?l=linux-usb&m=120469059715031&w=2
has been added to linus source tree too, which is:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e82cc1288fa57857c6af8c57f3d07096d4bcd9d9
But there is some small difference between them,
the latter(git commit) also modified another line as below:
@@ -781,7 +811,7 @@ static int ehci_urb_enqueue (
static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh)
{
/* failfast */
- if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state))
+ if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim)
end_unlink_async(ehci);
/* if it's not linked then there's nothing to do */
Can you also modify it? I will NOT do any special backport for this line alone.
Thanks
--
USB stress test failure on AMD SB600
https://bugs.launchpad.net/bugs/198619
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.
More information about the kernel-bugs
mailing list