net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()
commitb3dc93501e34b6e35245ba06fd0a7bfc7df88f0d
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 23 Aug 2016 15:11:03 +0000 (23 15:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 00:17:49 +0000 (23 17:17 -0700)
tree1fa0936fa03b5571b27599a8d250c62ff06fe70c
parenta26c76798e602fda301a997ec1ded3815b2e0e77
net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()

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 <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c