mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
73f8ce7f96
Fix Smatch static checker warning:
potential null dereference 'configs'. (kmalloc returns null)
Changes in v2:
1. Add free allocated memory before returned -ENOMEM.
2. Add call of_node_put() before returned -ENOMEM.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
sppctl_sp7021.c | ||
sppctl.c | ||
sppctl.h |