Files
linux/drivers/net/ethernet
Kangjie Lu 92ee77d148 net: marvell: fix a missing check of acpi_match_device
When acpi_match_device fails, its return value is NULL. Directly using
the return value without a check may result in a NULL-pointer
dereference. The fix checks if acpi_match_device fails, and if so,
returns -EINVAL.

Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-12-27 16:26:55 -08:00
..
2018-11-23 22:35:38 -08:00
2018-06-12 16:19:22 -07:00
2018-11-23 11:14:47 -08:00
2018-01-17 18:04:43 -06:00
2017-11-16 22:58:12 +09:00