Re: [PATCH] mmc: Report failure reasons for all cases in sdhci_add_host()

2012-07-03 Thread Chris Ball
Hi, On Mon, Jul 02 2012, Mark Brown wrote: 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

[PATCH] mmc: Report failure reasons for all cases in sdhci_add_host()

2012-07-02 Thread Mark Brown
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 broo...@opensource.wolfsonmicro.com --- drivers/mmc/host/sdhci.c