phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe()
authorZou Wei <zou_wei@huawei.com>
Thu, 25 Nov 2021 06:38:09 +0000 (14:38 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 2 Dec 2021 04:16:33 +0000 (09:46 +0530)
commitb2b56de9faaf19c829ede5cf56918b3793219971
tree0458bbcd856bdc4fd49915ee6ad51347bd03abe7
parent77ba6e7ffbd8b0afe3e475629d5fcb52e7447405
phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe()

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1637822289-24534-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/intel/phy-intel-thunderbay-emmc.c