]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/atmel_cs.c
[PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / atmel_cs.c
index 25fb919b37919fb5db29224f28c15f4de93becb5..26bf1127524df2f147f5e517d87a3e8101d58949 100644 (file)
@@ -216,13 +216,12 @@ do { last_fn = (fn); if ((last_ret = (ret)) != 0) goto cs_failed; } while (0)
 /* Call-back function to interrogate PCMCIA-specific information
    about the current existance of the card */
 static int card_present(void *arg)
-{ 
+{
        struct pcmcia_device *link = (struct pcmcia_device *)arg;
-       if (link->suspended)
-               return 0;
-       else if (pcmcia_dev_present(link))
+
+       if (pcmcia_dev_present(link))
                return 1;
-       
+
        return 0;
 }