Commit 3852587a authored by Erik Jones's avatar Erik Jones Committed by Greg Kroah-Hartman

staging: rts5139: rts51x_chip: fixed brace coding style issue

Fixed a coding style issue.
Signed-off-by: default avatarErik Jones <erik@ejnode.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e891af8
......@@ -363,11 +363,10 @@ void rts51x_polling_func(struct rts51x_chip *chip)
break;
}
if (chip->option.auto_delink_en && !chip->card_ready) {
if (chip->option.auto_delink_en && !chip->card_ready)
rts51x_auto_delink(chip);
} else {
else
chip->auto_delink_counter = 0;
}
}
void rts51x_add_cmd(struct rts51x_chip *chip,
......
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