summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc
diff options
context:
space:
mode:
authorNĂ­colas F. R. A. Prado2018-11-07 01:42:42 +0100
committerGreg Kroah-Hartman2018-11-07 12:27:33 +0100
commit4e32a398817b2d60072dc7f3efe3d368c69b42ad (patch)
tree51349132b9bc2cc56737b1bdf0aec05609bd00b7 /drivers/staging/mt7621-mmc
parentstaging: goldfish: Add SPDX license identifier. (diff)
downloadkernel-qcow2-linux-4e32a398817b2d60072dc7f3efe3d368c69b42ad.tar.gz
kernel-qcow2-linux-4e32a398817b2d60072dc7f3efe3d368c69b42ad.tar.xz
kernel-qcow2-linux-4e32a398817b2d60072dc7f3efe3d368c69b42ad.zip
staging: mt7621-mmc: Add blank line after declaration
Correct the following warning from checkpatch.pl: WARNING: Missing a blank line after declarations + struct msdc_host *host = mmc_priv(mmc); + msdc_pm(state, (void *)host); Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@protonmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-mmc')
-rw-r--r--drivers/staging/mt7621-mmc/sd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c
index 0379f9c96f2a..7b66f9b0a094 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -1797,6 +1797,7 @@ static void msdc_drv_pm(struct platform_device *pdev, pm_message_t state)
if (mmc) {
struct msdc_host *host = mmc_priv(mmc);
+
msdc_pm(state, (void *)host);
}
}