forked from Minki/linux
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:
parent
5d2de0d9b7
commit
f5becff728
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user