linux/drivers/net/ethernet/micrel
Yang Yingliang 20f1932e22 net: micrel: check return value after calling platform_get_resource()
It will cause null-ptr-deref if platform_get_resource() returns NULL,
we need check the return value.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-07 14:07:22 -07:00
..
Kconfig net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig 2021-01-12 18:42:36 -08:00
ks8842.c net: micrel: check return value after calling platform_get_resource() 2021-06-07 14:07:22 -07:00
ks8851_common.c net: ks8851: Make ks8851_read_selftest() return void 2021-06-03 15:27:37 -07:00
ks8851_par.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ks8851_spi.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ks8851.h
ksz884x.c net: micrel: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
Makefile