commit | eb34e98baf4ce269423948dacefea6747e963b48 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Nov 06 15:54:49 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:24:16 2019 -0800 |
tree | 238ca3fd2b35fc003ef6af085d33475fe524c0ed | |
parent | 1dcff44a9d2b74b3de2c854bbf11a5f765e7ba77 [diff] |
net: axienet: Fix error return code in axienet_probe() In the DMA memory resource get failed case, the error is not set and 0 will be returned. Fix it by removing redundant check since devm_ioremap_resource() will handle it. Fixes: 28ef9ebdb64c ("net: axienet: make use of axistream-connected attribute optional") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>