Commit 84182fc7 authored by Colin Ian King's avatar Colin Ian King Committed by Dominik Brodowski

pcmcia: clean an indentation issues, remove extraneous spaces

Trivial fix to clean up indentation issues, remove spaces
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent c74386d5
......@@ -440,7 +440,6 @@ static int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value)
*value |= SS_BATDEAD;
if (!(status & I365_CS_BVD2))
*value |= SS_BATWARN;
}
if (status & I365_CS_WRPROT)
......@@ -452,7 +451,6 @@ static int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value)
if (status & I365_CS_POWERON)
(*value) |= SS_POWERON; /* power is applied to the card */
leave("i82092aa_get_status");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment