Commit 449f9eef authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: ks7010: remove no necessary blank line

There was two blank lines between definitions and statements
in ks7010_upload_firmware function. Remove one of them.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 154d3c2e
...@@ -756,7 +756,6 @@ static int ks7010_upload_firmware(struct ks_sdio_card *card) ...@@ -756,7 +756,6 @@ static int ks7010_upload_firmware(struct ks_sdio_card *card)
int ret; int ret;
const struct firmware *fw_entry = NULL; const struct firmware *fw_entry = NULL;
sdio_claim_host(func); sdio_claim_host(func);
/* Firmware running ? */ /* Firmware running ? */
......
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