mmc: sdhci-milbeaut: Remove redundant platform_get_irq error message
authorYueHaibing <yuehaibing@huawei.com>
Thu, 16 Jan 2020 14:43:22 +0000 (22:43 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 20 Jan 2020 10:52:26 +0000 (11:52 +0100)
commit557c03157c277cab1e895866ea4f7cc725964870
treee226c878d678198f7e5b8b463fc1c32a60af4e59
parent1215c025e870ba001cbfc1bed91a05f415fc0a1c
mmc: sdhci-milbeaut: Remove redundant platform_get_irq error message

platform_get_irq() will call dev_err() itself on failure,
so there is no need for the driver to also do this.
This is detected by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200116144322.57308-1-yuehaibing@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-milbeaut.c