compat-wireless: fix patches/24-pcmcia.patch
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 30 Apr 2012 17:26:13 +0000 (10:26 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 30 Apr 2012 17:26:13 +0000 (10:26 -0700)
The variable name to the data structure changed.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/24-pcmcia.patch

index edc3fcce55213ca1598781595f33ea0a5e26e33b..0d07aa71a38e45098dd0a69fa533d9579e0379f1 100644 (file)
 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
        ret = request_irq(card->p_dev->irq, if_cs_interrupt,
 +#else
-+      ret = request_irq(p_dev->irq.AssignedIRQ, if_cs_interrupt,
++      ret = request_irq(card->p_dev->irq.AssignedIRQ, if_cs_interrupt,
 +#endif
                IRQF_SHARED, DRV_NAME, card);
        if (ret) {