mmc: sdhci-esdhc-imx: silence a false curly braces warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Feb 2015 20:37:55 +0000 (23:37 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:39 +0000 (14:13 +0100)
commiteeed7026b4b2840dcc771c3a23783425b50bd6ef
treef43fc472abe1550445a4575ad6811abc80ad137e
parent13a6a2ed1f5e77ae47c2b1a8e3bf22b2fa2d56ba
mmc: sdhci-esdhc-imx: silence a false curly braces warning

Static checkers suggest that probably we intended to put curly braces
around the writel() to make it part of the else path.  But, I think
actually the indenting is off and the code works fine as is.

The stray tab was introduced in 0322191e6298 ('mmc: sdhci-esdhc-imx: add
sd3.0 SDR clock tuning support')

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Dong Aisheng <b29396@freescale.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c