diff options
Diffstat (limited to 'drivers/parport/parport_mfc3.c')
| -rw-r--r-- | drivers/parport/parport_mfc3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parport/parport_mfc3.c b/drivers/parport/parport_mfc3.c index e5b0a544de40..77726fc49766 100644 --- a/drivers/parport/parport_mfc3.c +++ b/drivers/parport/parport_mfc3.c | |||
| @@ -356,6 +356,7 @@ static int __init parport_mfc3_init(void) | |||
| 356 | if (request_irq(IRQ_AMIGA_PORTS, mfc3_interrupt, IRQF_SHARED, p->name, &pp_mfc3_ops)) | 356 | if (request_irq(IRQ_AMIGA_PORTS, mfc3_interrupt, IRQF_SHARED, p->name, &pp_mfc3_ops)) |
| 357 | goto out_irq; | 357 | goto out_irq; |
| 358 | } | 358 | } |
| 359 | p->dev = &z->dev; | ||
| 359 | 360 | ||
| 360 | this_port[pias++] = p; | 361 | this_port[pias++] = p; |
| 361 | printk(KERN_INFO "%s: Multiface III port using irq\n", p->name); | 362 | printk(KERN_INFO "%s: Multiface III port using irq\n", p->name); |
