linux-bl808/drivers/net/ethernet/microchip/lan966x
Dan Carpenter bb14bfc7eb net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()
The devm_ioremap() function does not return error pointers.  It returns
NULL.

Fixes: db8bcaad53 ("net: lan966x: add the basic lan966x driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-12-03 14:22:00 +00:00
..
Kconfig net: lan966x: Fix builds for lan966x driver 2021-12-02 12:24:08 +00:00
lan966x_ethtool.c net: lan966x: add ethtool configuration and statistics 2021-11-29 12:58:38 +00:00
lan966x_ifh.h
lan966x_mac.c net: lan966x: add mactable support 2021-11-29 12:58:38 +00:00
lan966x_main.c net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets() 2021-12-03 14:22:00 +00:00
lan966x_main.h net: lan966x: add ethtool configuration and statistics 2021-11-29 12:58:38 +00:00
lan966x_phylink.c
lan966x_port.c
lan966x_regs.h
Makefile net: lan966x: add ethtool configuration and statistics 2021-11-29 12:58:38 +00:00