pcmcia: drivers/pcmcia/pcmcia_resource.c: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Sun, 28 Jun 2009 16:26:41 +0000 (09:26 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 17:17:15 +0000 (10:17 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pcmcia/pcmcia_resource.c

index f5d0ba8..8c2db2a 100644 (file)
@@ -489,7 +489,7 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev,
        pccard_io_map iomap;
 
        if (!(s->state & SOCKET_PRESENT))
-               return -ENODEV;;
+               return -ENODEV;
 
        if (req->IntType & INT_CARDBUS) {
                ds_dbg(p_dev->socket, 0, "IntType may not be INT_CARDBUS\n");