Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 629dd219 authored by Lucas Stach's avatar Lucas Stach Committed by Greg Kroah-Hartman
Browse files

USB: EHCI: merge all cases that disable the IO watchdog



This merges the vendor NEC case with the INTEL and AMD one,
as those 3 do exactly the same thing: disabling of the IO
watchdog.

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5c2ad982
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -258,8 +258,6 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
	/* These workarounds need to be applied after ehci_setup() */
	switch (pdev->vendor) {
	case PCI_VENDOR_ID_NEC:
		ehci->need_io_watchdog = 0;
		break;
	case PCI_VENDOR_ID_INTEL:
	case PCI_VENDOR_ID_AMD:
		ehci->need_io_watchdog = 0;