staging: rts5208: Unecessary parantheses

Remove parentheses to stop checkpatch check message

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wayne Porter 2016-10-11 21:56:40 +00:00 committed by Greg Kroah-Hartman
parent 5d2de0d9b7
commit f5becff728
1 changed files with 1 additions and 1 deletions

View 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) static inline u32 get_card_size(struct rtsx_chip *chip, unsigned int lun)
{ {
#ifdef SUPPORT_SD_LOCK #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) && if ((get_lun_card(chip, lun) == SD_CARD) &&
(sd_card->sd_lock_status & SD_LOCKED)) (sd_card->sd_lock_status & SD_LOCKED))