diff options
Diffstat (limited to 'drivers/isdn/hisax/avma1_cs.c')
-rw-r--r-- | drivers/isdn/hisax/avma1_cs.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/drivers/isdn/hisax/avma1_cs.c b/drivers/isdn/hisax/avma1_cs.c index 969da40c4248..729c2de0bc1d 100644 --- a/drivers/isdn/hisax/avma1_cs.c +++ b/drivers/isdn/hisax/avma1_cs.c | |||
@@ -373,21 +373,14 @@ found_port: | |||
373 | 373 | ||
374 | static void avma1cs_release(dev_link_t *link) | 374 | static void avma1cs_release(dev_link_t *link) |
375 | { | 375 | { |
376 | local_info_t *local = link->priv; | 376 | local_info_t *local = link->priv; |
377 | 377 | ||
378 | DEBUG(0, "avma1cs_release(0x%p)\n", link); | 378 | DEBUG(0, "avma1cs_release(0x%p)\n", link); |
379 | 379 | ||
380 | /* no unregister function with hisax */ | 380 | /* now unregister function with hisax */ |
381 | HiSax_closecard(local->node.minor); | 381 | HiSax_closecard(local->node.minor); |
382 | 382 | ||
383 | /* Unlink the device chain */ | 383 | pcmcia_disable_device(link->handle); |
384 | link->dev = NULL; | ||
385 | |||
386 | /* Don't bother checking to see if these succeed or not */ | ||
387 | pcmcia_release_configuration(link->handle); | ||
388 | pcmcia_release_io(link->handle, &link->io); | ||
389 | pcmcia_release_irq(link->handle, &link->irq); | ||
390 | link->state &= ~DEV_CONFIG; | ||
391 | } /* avma1cs_release */ | 384 | } /* avma1cs_release */ |
392 | 385 | ||
393 | static int avma1cs_suspend(struct pcmcia_device *dev) | 386 | static int avma1cs_suspend(struct pcmcia_device *dev) |