OSDN Git Service

net: stmmac: remove redundant dev_err call in qcom_ethqos_probe()
authorGuobin Huang <huangguobin4@huawei.com>
Mon, 29 Mar 2021 01:49:32 +0000 (09:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 20:16:44 +0000 (13:16 -0700)
commit3d0dbd546345689aba8c4a00b486abc51622e920
tree4114f304a8a5b71178c95d1189a4429e356c59d6
parenta956b21596f300506d20dd9d2a2a039772193a8f
net: stmmac: remove redundant dev_err call in qcom_ethqos_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: Guobin Huang <huangguobin4@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c