aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorJona Crasselt <jona.crasselt@fau.de>2018-12-19 17:07:04 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-20 16:32:13 +0100
commit515ba7e7f032a609b649d85aa10f4b258ff2edef (patch)
treea806bb6b5cf637821c91fc955072286e5219df49 /drivers/staging
parentmt7621-mmc: Alignment should match open parenthesis (diff)
downloadlinux-dev-515ba7e7f032a609b649d85aa10f4b258ff2edef.tar.xz
linux-dev-515ba7e7f032a609b649d85aa10f4b258ff2edef.zip
mt7621-mmc: return statement in void function unnecessary
Issue reported by checkpatch.pl. Signed-off-by: Jona Crasselt <jona.crasselt@fau.de> Signed-off-by: Felix Windsheimer <felix.windsheimer@fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/mt7621-mmc/sd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c
index 607f25c6f2dd..001171f06336 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -1170,8 +1170,6 @@ static void msdc_ops_request(struct mmc_host *mmc, struct mmc_request *mrq)
spin_unlock(&host->lock);
mmc_request_done(mmc, mrq);
-
- return;
}
/* called by ops.set_ios */