phy: bcm-ns-usb3: Remove redundant dev_err call in bcm_ns_usb3_mdio_probe()
authorHe Ying <heying24@huawei.com>
Thu, 8 Apr 2021 09:08:08 +0000 (05:08 -0400)
committerVinod Koul <vkoul@kernel.org>
Mon, 14 Jun 2021 05:30:52 +0000 (11:00 +0530)
commit185ff019f6ffce5d1086961d8061a040d37e609e
tree7d39ed192bb6e4b1e9b3c34d6af8c05657328ff6
parent1ed9e566f3d7cbe0b363113249e14984d809e262
phy: bcm-ns-usb3: Remove redundant dev_err call in bcm_ns_usb3_mdio_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/20210408090808.247368-1-heying24@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/broadcom/phy-bcm-ns-usb3.c