Commit 67e6ee89 authored by Ali Aminian's avatar Ali Aminian Committed by Greg Kroah-Hartman

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

Fixing a coding style issue
Signed-off-by: default avatarAli Aminian <aminian.opensource@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0a31edbb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment