]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines
authorJean Delvare <khali@linux-fr.org>
Sun, 9 Apr 2006 18:07:35 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 27 Apr 2006 17:28:59 +0000 (10:28 -0700)
commitc67808eee61a01c3128298c5972426a1a67b9093
tree3eb417f4e3a119f74d1e4c26f3c5ef794d9ed8db
parent9fb81ce63671f9743517f628dac935269f2581a9
[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines

We could use the recently added PCI_CLASS_SERIAL_USB_UHCI,
PCI_CLASS_SERIAL_USB_OHCI and PCI_CLASS_SERIAL_USB_EHCI defines in
more places, for slightly shorter and clearer code.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/powermac/pci.c
drivers/usb/host/ehci-pci.c
drivers/usb/host/ohci-pci.c
drivers/usb/host/uhci-hcd.c