mirror of
https://github.com/torvalds/linux.git
synced 2026-05-16 18:46:14 +02:00
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 | ||