summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-pci.c
diff options
context:
space:
mode:
authorJan Andersson <jan@gaisler.com>2011-05-06 12:00:14 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 18:24:00 -0700
commite4d235d800c8d75750a46331298e3473c10651b2 (patch)
treee0ad24c1cc82ac2797837dc32990ac082e515443 /drivers/usb/host/uhci-pci.c
parente7652e1ebc0f5e07929067ece14ca869dad20dd6 (diff)
downloadlinux-e4d235d800c8d75750a46331298e3473c10651b2.tar.bz2
USB: UHCI: Codingstyle fixes
This patch is part of a series that extend the UHCI HCD to support non-PCI host controllers. This patch fixes the following warnings from checkpatch: ERROR: switch and case should be at the same indent + switch (to_pci_dev(uhci_dev(uhci))->vendor) { + default: [...] + case PCI_VENDOR_ID_GENESYS: [...] + case PCI_VENDOR_ID_INTEL: WARNING: static char array declaration should probably be static const char + static char bad_Asus_board[] = "A7V8X"; WARNING: Use DEFINE_PCI_DEVICE_TABLE for struct pci_device_id +static const struct pci_device_id uhci_pci_ids[] = { { Signed-off-by: Jan Andersson <jan@gaisler.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/uhci-pci.c')
0 files changed, 0 insertions, 0 deletions