mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()
authorweiyongjun (A) <weiyongjun1@huawei.com>
Wed, 4 Jul 2018 08:35:17 +0000 (08:35 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 Jul 2018 09:21:45 +0000 (11:21 +0200)
commitf01c3684cf048794dced60297c6fc4b805c6787c
tree8896d3ce5be05f64842d94ddeb758d32ff28690f
parent2061594c612c4535b14bcd062a5bcf308bdd2b98
mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c