mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
pcmcia: drivers/pcmcia/pcmcia_resource.c: Remove unnecessary semicolons
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>
This commit is contained in:
parent
1d80766554
commit
d598de0218
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev,
|
||||||
pccard_io_map iomap;
|
pccard_io_map iomap;
|
||||||
|
|
||||||
if (!(s->state & SOCKET_PRESENT))
|
if (!(s->state & SOCKET_PRESENT))
|
||||||
return -ENODEV;;
|
return -ENODEV;
|
||||||
|
|
||||||
if (req->IntType & INT_CARDBUS) {
|
if (req->IntType & INT_CARDBUS) {
|
||||||
ds_dbg(p_dev->socket, 0, "IntType may not be INT_CARDBUS\n");
|
ds_dbg(p_dev->socket, 0, "IntType may not be INT_CARDBUS\n");
|
||||||
|
|
Loading…
Reference in a new issue