1
0
Fork 0

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>
hifive-unleashed-5.1
Jona Crasselt 2018-12-19 17:07:04 +01:00 committed by Greg Kroah-Hartman
parent 43c978a16e
commit 515ba7e7f0
1 changed files with 0 additions and 2 deletions

View File

@ -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 */