diff options
-rw-r--r-- | drivers/usb/isp1760/isp1760-if.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/isp1760/isp1760-if.c b/drivers/usb/isp1760/isp1760-if.c index c2a94c966350..264be4d21706 100644 --- a/drivers/usb/isp1760/isp1760-if.c +++ b/drivers/usb/isp1760/isp1760-if.c | |||
@@ -126,9 +126,6 @@ static int isp1761_pci_probe(struct pci_dev *dev, | |||
126 | unsigned int devflags = 0; | 126 | unsigned int devflags = 0; |
127 | int ret; | 127 | int ret; |
128 | 128 | ||
129 | if (usb_disabled()) | ||
130 | return -ENODEV; | ||
131 | |||
132 | if (!dev->irq) | 129 | if (!dev->irq) |
133 | return -ENODEV; | 130 | return -ENODEV; |
134 | 131 | ||