]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net: axienet: Fix error return code in axienet_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 6 Nov 2019 15:54:49 +0000 (15:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 05:24:16 +0000 (21:24 -0800)
commiteb34e98baf4ce269423948dacefea6747e963b48
tree238ca3fd2b35fc003ef6af085d33475fe524c0ed
parent1dcff44a9d2b74b3de2c854bbf11a5f765e7ba77
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>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c