21 Jun 2012 05:17
[PATCH] staging: rts5139: rts51x_chip: fixed brace coding style issue
Erik Jones <erik <at> ejnode.com>
2012-06-21 03:17:03 GMT
2012-06-21 03:17:03 GMT
Fixed a coding style issue.
Signed-off-by: Erik Jones <erik <at> ejnode.com>
---
drivers/staging/rts5139/rts51x_chip.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rts5139/rts51x_chip.c b/drivers/staging/rts5139/rts51x_chip.c
index db88d7a..08dcae8 100644
--- a/drivers/staging/rts5139/rts51x_chip.c
+++ b/drivers/staging/rts5139/rts51x_chip.c
<at> <at> -363,11 +363,10 <at> <at> void rts51x_polling_func(struct rts51x_chip *chip)
break;
}
- if (chip->option.auto_delink_en && !chip->card_ready) {
+ if (chip->option.auto_delink_en && !chip->card_ready)
rts51x_auto_delink(chip);
- } else {
+ else
chip->auto_delink_counter = 0;
- }
}
void rts51x_add_cmd(struct rts51x_chip *chip,
--
--
1.7.9.5
RSS Feed