aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/parport_atari.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/parport/parport_atari.c')
-rw-r--r--drivers/parport/parport_atari.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parport/parport_atari.c b/drivers/parport/parport_atari.c
index 7ad59ac68cf6..a81cd2a2747f 100644
--- a/drivers/parport/parport_atari.c
+++ b/drivers/parport/parport_atari.c
@@ -192,8 +192,8 @@ static int __init parport_atari_init(void)
192 &parport_atari_ops); 192 &parport_atari_ops);
193 if (!p) 193 if (!p)
194 return -ENODEV; 194 return -ENODEV;
195 if (request_irq(IRQ_MFP_BUSY, parport_irq_handler, 195 if (request_irq(IRQ_MFP_BUSY, parport_irq_handler, 0, p->name,
196 IRQ_TYPE_SLOW, p->name, p)) { 196 p)) {
197 parport_put_port (p); 197 parport_put_port (p);
198 return -ENODEV; 198 return -ENODEV;
199 } 199 }