]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rts5208: Unecessary parantheses
authorWayne Porter <wporter82@gmail.com>
Tue, 11 Oct 2016 21:56:40 +0000 (21:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:58 +0000 (10:26 +0200)
Remove parentheses to stop checkpatch check message

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_card.h

index 6e8c7eaafefeaefdae6242c7e91b3019cced4804..aa37705bae395195e09baaa10833e032c2c630a6 100644 (file)
@@ -1030,7 +1030,7 @@ u8 get_lun_card(struct rtsx_chip *chip, unsigned int lun);
 static inline u32 get_card_size(struct rtsx_chip *chip, unsigned int lun)
 {
 #ifdef SUPPORT_SD_LOCK
-       struct sd_info *sd_card = &(chip->sd_card);
+       struct sd_info *sd_card = &chip->sd_card;
 
        if ((get_lun_card(chip, lun) == SD_CARD) &&
            (sd_card->sd_lock_status & SD_LOCKED))