diff options
-rw-r--r-- | drivers/parport/parport_serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index 40e208d130f5..f01e26440f11 100644 --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c | |||
@@ -342,7 +342,6 @@ static int __devinit parport_register (struct pci_dev *dev, | |||
342 | dev_dbg(&dev->dev, | 342 | dev_dbg(&dev->dev, |
343 | "PCI parallel port detected: I/O at %#lx(%#lx), IRQ %d\n", | 343 | "PCI parallel port detected: I/O at %#lx(%#lx), IRQ %d\n", |
344 | io_lo, io_hi, irq); | 344 | io_lo, io_hi, irq); |
345 | irq = PARPORT_IRQ_NONE; | ||
346 | } | 345 | } |
347 | port = parport_pc_probe_port (io_lo, io_hi, irq, | 346 | port = parport_pc_probe_port (io_lo, io_hi, irq, |
348 | PARPORT_DMA_NONE, &dev->dev, IRQF_SHARED); | 347 | PARPORT_DMA_NONE, &dev->dev, IRQF_SHARED); |