]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_data()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 13 Jul 2016 12:46:40 +0000 (12:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Jul 2016 01:07:56 +0000 (18:07 -0700)
commit3f30849f1f18b852f60ed04c7136967ec3a314a7
tree95b2ba1ff70d7d0a2d0532e43383cf1aed0f6ec9
parent484f674bb51cdce21b507c0a79d56a9741e6eb9f
stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_data()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c