mmc: sdhci: Fix strings broken across multiple lines
authorMarek Vasut <marex@denx.de>
Wed, 18 Nov 2015 09:47:02 +0000 (10:47 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 22 Dec 2015 10:32:08 +0000 (11:32 +0100)
commit2e4456f08fa81b9a4804379c56c7ef02c0b0d8f0
treed475d8664da127828107e5ecf541fe725aff185b
parentffedbd2210f2f4cba490a9205adc11fd1b89a852
mmc: sdhci: Fix strings broken across multiple lines

This is a trivial patch which fixes printed strings split across two
or more lines in the source. I tried to grep for some error output*,
but I couldn't find it easily because it was broken across multiple
lines. This patch makes my life easier.

* in particular "Timeout waiting for hardware interrupt."

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c