diff options
Diffstat (limited to 'drivers/pcmcia/pcmcia_resource.c')
-rw-r--r-- | drivers/pcmcia/pcmcia_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c index 1d128fbd1a92..c8f77b889d42 100644 --- a/drivers/pcmcia/pcmcia_resource.c +++ b/drivers/pcmcia/pcmcia_resource.c | |||
@@ -966,7 +966,7 @@ void pcmcia_disable_device(struct pcmcia_device *p_dev) { | |||
966 | pcmcia_release_configuration(p_dev); | 966 | pcmcia_release_configuration(p_dev); |
967 | pcmcia_release_io(p_dev, &p_dev->io); | 967 | pcmcia_release_io(p_dev, &p_dev->io); |
968 | pcmcia_release_irq(p_dev, &p_dev->irq); | 968 | pcmcia_release_irq(p_dev, &p_dev->irq); |
969 | if (&p_dev->win) | 969 | if (p_dev->win) |
970 | pcmcia_release_window(p_dev->win); | 970 | pcmcia_release_window(p_dev->win); |
971 | } | 971 | } |
972 | EXPORT_SYMBOL(pcmcia_disable_device); | 972 | EXPORT_SYMBOL(pcmcia_disable_device); |