mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
87736ae12e
Add a missing call to of_node_put(np) on error.
There was a second error path where "np" was NULL, but that situation is
impossible. The for_each_compatible_node() loop iterator is always
non-NULL. Just deleted that error path.
Fixes:
|
||
---|---|---|
.. | ||
controller | ||
cdx.c | ||
cdx.h | ||
Kconfig | ||
Makefile |