|
@@ -79,7 +79,7 @@ static int __devinit hilscher_pci_probe(struct pci_dev *dev,
|
|
}
|
|
}
|
|
info->version = "0.0.1";
|
|
info->version = "0.0.1";
|
|
info->irq = dev->irq;
|
|
info->irq = dev->irq;
|
|
- info->irq_flags = IRQF_DISABLED | IRQF_SHARED;
|
|
|
|
|
|
+ info->irq_flags = IRQF_SHARED;
|
|
info->handler = hilscher_handler;
|
|
info->handler = hilscher_handler;
|
|
|
|
|
|
if (uio_register_device(&dev->dev, info))
|
|
if (uio_register_device(&dev->dev, info))
|