Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f01c3684 authored by weiyongjun (A)'s avatar weiyongjun (A) Committed by Ulf Hansson
Browse files

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: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 2061594c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1764,7 +1764,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
				core_memres);

		if (IS_ERR(msm_host->core_mem)) {
			dev_err(&pdev->dev, "Failed to remap registers\n");
			ret = PTR_ERR(msm_host->core_mem);
			goto clk_disable;
		}