mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 2 Jul 2012 13:26:15 +0000 (14:26 +0100)
committerChris Ball <cjb@laptop.org>
Sun, 22 Jul 2012 19:25:45 +0000 (15:25 -0400)
commit0fc81ee3102efedd4571e28372d2242c694c67ec
treed1092284c68e3db8357bbc15038e4d75ed2c22e9
parentb9929f0eb466089e14389a7d467196c4e179dc6a
mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()

For most error conditions sdhci_add_host() will print a diagnostic
message indicating why it failed but there are a few cases where this
does not happen. Add error messages in these cases to aid diagnosis.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c