From: Dan Carpenter Date: Thu, 26 Feb 2015 20:37:55 +0000 (+0300) Subject: mmc: sdhci-esdhc-imx: silence a false curly braces warning X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeed7026b4b2840dcc771c3a23783425b50bd6ef;p=pandora-kernel.git 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 Acked-by: Dong Aisheng Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed