Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"

This reverts commit 1996e6c572.

It turned out to not be needed, now that the real fix has been
committed.

Reported-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman
2012-05-21 08:54:43 -07:00
والد d3ad558fcd
کامیت 8e192910d9
3فایلهای تغییر یافته به همراه1 افزوده شده و 9 حذف شده

مشاهده پرونده

@@ -97,13 +97,6 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
break;
}
break;
case PCI_VENDOR_ID_PHILIPS:
/*
* Philips controllers set HCC_PGM_FRAMELISTLEN, but
* they don't implement schedule sizes shorter than 1024.
*/
ehci->sched_size_bug = 1;
}
/* cache this readonly data; minimize chip reads */