phy: phy-mmp3-hsic: Remove redundant dev_err call in mmp3_hsic_phy_probe()
authorHe Ying <heying24@huawei.com>
Thu, 8 Apr 2021 09:08:06 +0000 (05:08 -0400)
committerVinod Koul <vkoul@kernel.org>
Mon, 14 Jun 2021 05:30:52 +0000 (11:00 +0530)
commit349f98321121eea3a8f556b85fd1cde5147f6d92
tree0c8a256723f257e356bf2e692d67262e0f2fb021
parent185ff019f6ffce5d1086961d8061a040d37e609e
phy: phy-mmp3-hsic: Remove redundant dev_err call in mmp3_hsic_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>
Link: https://lore.kernel.org/r/20210408090806.247325-1-heying24@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/marvell/phy-mmp3-hsic.c