phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_phy_probe()
authorHe Ying <heying24@huawei.com>
Thu, 8 Apr 2021 11:55:30 +0000 (07:55 -0400)
committerVinod Koul <vkoul@kernel.org>
Mon, 14 Jun 2021 05:33:08 +0000 (11:03 +0530)
commit10d2dece591be8c465fb07291ae0263400209d11
treebf90c3ccae5fb59793a8bc38b65e6c01672dd642
parent779fabf2a030875d203821648a978831eb8bae93
phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_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: He Ying <heying24@huawei.com>
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210408115530.15673-1-heying24@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/mediatek/phy-mtk-hdmi.c