diff options
Diffstat (limited to 'drivers/tty/serial/icom.c')
-rw-r--r-- | drivers/tty/serial/icom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/icom.c b/drivers/tty/serial/icom.c index 8a869e58f6d7..d55709a7a75a 100644 --- a/drivers/tty/serial/icom.c +++ b/drivers/tty/serial/icom.c | |||
@@ -1554,7 +1554,7 @@ static int __devinit icom_probe(struct pci_dev *dev, | |||
1554 | 1554 | ||
1555 | /* save off irq and request irq line */ | 1555 | /* save off irq and request irq line */ |
1556 | if ( (retval = request_irq(dev->irq, icom_interrupt, | 1556 | if ( (retval = request_irq(dev->irq, icom_interrupt, |
1557 | IRQF_DISABLED | IRQF_SHARED, ICOM_DRIVER_NAME, | 1557 | IRQF_SHARED, ICOM_DRIVER_NAME, |
1558 | (void *) icom_adapter))) { | 1558 | (void *) icom_adapter))) { |
1559 | goto probe_exit2; | 1559 | goto probe_exit2; |
1560 | } | 1560 | } |