aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorMohammad Jamal <md.jamalmohiuddin@gmail.com>2015-01-13 20:47:24 +0530
committerUlf Hansson <ulf.hansson@linaro.org>2015-01-19 09:56:32 +0100
commitc63705e185210ce262f78bcc24fd98a2d0ed817c (patch)
tree43e90b112d3b361dc9f2625a2f9774897fda298e /drivers/mmc
parentmmc: sdhci-pxav3: fix pm unbalanced issue in -> remove() (diff)
downloadlinux-dev-c63705e185210ce262f78bcc24fd98a2d0ed817c.tar.xz
linux-dev-c63705e185210ce262f78bcc24fd98a2d0ed817c.zip
mmc: host: sdhci: Added a space before (
This patch solves the coding style issue by adding a space before ( Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index 79dc7437abee..8b0c7d6ea04b 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1627,7 +1627,7 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios)
* signalling timeout and CRC errors even on CMD0. Resetting
* it on each ios seems to solve the problem.
*/
- if(host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
+ if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
mmiowb();