]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52e5934e5335c2803f5eeead7121dca57cf43203
treef43fc472abe1550445a4575ad6811abc80ad137e
parent06125f7ad210637233e8468622e0b01e8b96ad9c
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 62422e0b135e ('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