mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
44faada0f3
devm_kzalloc() returns a pointer to dynamically allocated memory.
Pointer could be NULL in case allocation fails. Check pointer validity.
Identified with coccinelle (kmerr.cocci script).
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-tegra194-p2u.c | ||
xusb-tegra124.c | ||
xusb-tegra186.c | ||
xusb-tegra210.c | ||
xusb.c | ||
xusb.h |