diff options
Diffstat (limited to 'drivers/pcmcia/ds.c')
-rw-r--r-- | drivers/pcmcia/ds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index 5fd2948c7ed9..a2649c7b05bd 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c | |||
@@ -546,7 +546,6 @@ struct pcmcia_device *pcmcia_device_add(struct pcmcia_socket *s, unsigned int fu | |||
546 | p_dev->function_config = tmp_dev->function_config; | 546 | p_dev->function_config = tmp_dev->function_config; |
547 | p_dev->io = tmp_dev->io; | 547 | p_dev->io = tmp_dev->io; |
548 | p_dev->irq = tmp_dev->irq; | 548 | p_dev->irq = tmp_dev->irq; |
549 | p_dev->irq_v = tmp_dev->irq_v; | ||
550 | kref_get(&p_dev->function_config->ref); | 549 | kref_get(&p_dev->function_config->ref); |
551 | } | 550 | } |
552 | 551 | ||
@@ -571,7 +570,7 @@ struct pcmcia_device *pcmcia_device_add(struct pcmcia_socket *s, unsigned int fu | |||
571 | 570 | ||
572 | dev_printk(KERN_NOTICE, &p_dev->dev, | 571 | dev_printk(KERN_NOTICE, &p_dev->dev, |
573 | "pcmcia: registering new device %s (IRQ: %d)\n", | 572 | "pcmcia: registering new device %s (IRQ: %d)\n", |
574 | p_dev->devname, p_dev->irq_v); | 573 | p_dev->devname, p_dev->irq); |
575 | 574 | ||
576 | pcmcia_device_query(p_dev); | 575 | pcmcia_device_query(p_dev); |
577 | 576 | ||