commit | b2df430b52cf9ed2c01649aba7fde79ff57d2b98 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Thu Jul 28 02:12:17 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 30 20:39:12 2016 -0700 |
tree | 9bc4dccd81df31a2685360f3f4d0e3ee50be38df | |
parent | 6b65bc29721dee21e963cde3a83369bd09ba5358 [diff] |
drivers: net: phy: xgene: Remove redundant dev_err call in xgene_mdio_probe() 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 <weiyj.lk@gmail.com> Acked-By: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>