patch-2.3.14 linux/drivers/parport/parport_mfc3.c

Next file: linux/drivers/parport/parport_pc.c
Previous file: linux/drivers/parport/ieee1284_ops.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/drivers/parport/parport_mfc3.c linux/drivers/parport/parport_mfc3.c
@@ -346,7 +346,7 @@
 
 					if (p->irq != PARPORT_IRQ_NONE)
 						if (use_cnt++ == 0)
-							if (request_irq(IRQ_AMIGA_PORTS, mfc3_interrupt, 0, p->name, &pp_mfc3_ops))
+							if (request_irq(IRQ_AMIGA_PORTS, mfc3_interrupt, SA_SHIRQ, p->name, &pp_mfc3_ops))
 								use_cnt--;
 
 					if (parport_probe_hook)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)