linux-stable/drivers/net/ethernet/xilinx
Wei Yongjun c4db9934a3 net: ll_temac: Fix return value check in temac_probe()
In case of error, the function devm_ioremap() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Esben Haabendal <esben@geanix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-30 20:39:22 -07:00
..
Kconfig net: xilinx: temac: Relax Kconfig dependencies 2020-03-24 16:33:04 -07:00
ll_temac.h net: ll_temac: Add ethtool support for coalesce parameters 2020-02-29 21:30:43 -08:00
ll_temac_main.c net: ll_temac: Fix return value check in temac_probe() 2020-04-30 20:39:22 -07:00
ll_temac_mdio.c
Makefile
xilinx_axienet.h net: axienet: Autodetect 64-bit DMA capability 2020-03-24 16:33:05 -07:00
xilinx_axienet_main.c net: axienet: Allow DMA to beyond 4GB 2020-03-24 16:33:05 -07:00
xilinx_axienet_mdio.c net: axienet: Fix MDIO bus parent node detection 2019-06-06 16:24:30 -07:00
xilinx_emaclite.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00