diff options
-rw-r--r-- | drivers/usb/isp1760/isp1760-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/isp1760/isp1760-if.c b/drivers/usb/isp1760/isp1760-if.c index 264be4d21706..9535b2872183 100644 --- a/drivers/usb/isp1760/isp1760-if.c +++ b/drivers/usb/isp1760/isp1760-if.c | |||
@@ -163,7 +163,7 @@ static void isp1761_pci_shutdown(struct pci_dev *dev) | |||
163 | printk(KERN_ERR "ips1761_pci_shutdown\n"); | 163 | printk(KERN_ERR "ips1761_pci_shutdown\n"); |
164 | } | 164 | } |
165 | 165 | ||
166 | static const struct pci_device_id isp1760_plx [] = { | 166 | static const struct pci_device_id isp1760_plx[] = { |
167 | { | 167 | { |
168 | .class = PCI_CLASS_BRIDGE_OTHER << 8, | 168 | .class = PCI_CLASS_BRIDGE_OTHER << 8, |
169 | .class_mask = ~0, | 169 | .class_mask = ~0, |