aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/sd.c
diff options
context:
space:
mode:
authorJonas Rickert <jrickertkc@gmail.com>2016-07-30 13:27:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 18:37:36 +0200
commitd5b7d2b02c31591714c2833a37fb2f65690374f5 (patch)
treecf4587bc1e51e862bf58a15d52cc5f500450f988 /drivers/staging/rts5208/sd.c
parentStaging: rtl8723au: rtw_ieee80211: Fixed operators spacing style issues (diff)
downloadlinux-dev-d5b7d2b02c31591714c2833a37fb2f65690374f5.tar.xz
linux-dev-d5b7d2b02c31591714c2833a37fb2f65690374f5.zip
Staging: rts5208: fix double blank line coding style issues
This is a patch for double blank lines and a missing blank line reported by checkpatch.pl Signed-off-by: Jonas Rickert <jrickertkc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208/sd.c')
-rw-r--r--drivers/staging/rts5208/sd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rts5208/sd.c b/drivers/staging/rts5208/sd.c
index 6219e047557e..345313a11af8 100644
--- a/drivers/staging/rts5208/sd.c
+++ b/drivers/staging/rts5208/sd.c
@@ -1428,7 +1428,6 @@ static int sd_switch_function(struct rtsx_chip *chip, u8 bus_width)
continue;
}
-
if (func_to_switch)
break;
@@ -2975,7 +2974,6 @@ SD_UNLOCK_ENTRY:
return STATUS_SUCCESS;
}
-
static int mmc_test_switch_bus(struct rtsx_chip *chip, u8 width)
{
struct sd_info *sd_card = &(chip->sd_card);
@@ -3105,7 +3103,6 @@ static int mmc_test_switch_bus(struct rtsx_chip *chip, u8 width)
return SWITCH_FAIL;
}
-
static int mmc_switch_timing_bus(struct rtsx_chip *chip, bool switch_ddr)
{
struct sd_info *sd_card = &(chip->sd_card);
@@ -3230,7 +3227,6 @@ static int mmc_switch_timing_bus(struct rtsx_chip *chip, bool switch_ddr)
return STATUS_SUCCESS;
}
-
static int reset_mmc(struct rtsx_chip *chip)
{
struct sd_info *sd_card = &(chip->sd_card);