mmc: sdhci-pltfm: Drop unnecessary error messages in sdhci_pltfm_init()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 6 Oct 2023 10:58:02 +0000 (13:58 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 10 Oct 2023 13:46:39 +0000 (15:46 +0200)
commit34457e4e0c15ad5bcd8eb4e8a728e750bb020288
treefcf3a198952eedb68bd1f349b7e7dc93ab0fbd20
parenta30c6251859cf93700c2294b65706046bac29e55
mmc: sdhci-pltfm: Drop unnecessary error messages in sdhci_pltfm_init()

The devm_platform_ioremap_resource() and platform_get_irq() print
the error messages themselves and our "failed" one brings no value
and just noise. Refactor code to avoid those noisy error messages.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20231006105803.3374241-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pltfm.c