Fixed a coding style issue.

Signed-off-by: Erik Jones <e...@ejnode.com>
---
 drivers/staging/rts5139/rts51x_card.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/rts5139/rts51x_card.c 
b/drivers/staging/rts5139/rts51x_card.c
index 4192c3b..a3cb559 100644
--- a/drivers/staging/rts5139/rts51x_card.c
+++ b/drivers/staging/rts5139/rts51x_card.c
@@ -211,13 +211,12 @@ static void card_cd_debounce(struct rts51x_chip *chip, u8 
*need_reset,
                                release_map |= MS_CARD;
                }
        } else {
-               if (chip->card_status & XD_CD) {
+               if (chip->card_status & XD_CD)
                        reset_map |= XD_CARD;
-               } else if (chip->card_status & SD_CD) {
+               else if (chip->card_status & SD_CD)
                        reset_map |= SD_CARD;
-               } else if (chip->card_status & MS_CD) {
+               else if (chip->card_status & MS_CD)
                        reset_map |= MS_CARD;
-               }
        }
 
        if (CHECK_PKG(chip, QFN24) && reset_map) {
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to