staging: rts5208: xd.c fixed a brace coding style issue

Fixing a coding style issue

Signed-off-by: Ali Aminian <aminian.opensource@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ali Aminian 2018-07-20 08:32:04 +04:30 committed by Greg Kroah-Hartman
parent 0a31edbbf8
commit 67e6ee898e
1 changed files with 1 additions and 2 deletions

View File

@ -787,9 +787,8 @@ static int reset_xd(struct rtsx_chip *chip)
}
dev_dbg(rtsx_dev(chip), "CIS block: 0x%x\n", xd_card->cis_block);
if (xd_card->cis_block == 0xFFFF) {
if (xd_card->cis_block == 0xFFFF)
return STATUS_FAIL;
}
chip->capacity[chip->card2lun[XD_CARD]] = xd_card->capacity;