mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Early exits from for_each_compatible_node() should decrement the
node reference counter. Reported by Coccinelle:
./arch/powerpc/platforms/44x/fsp2.c:206:1-25: WARNING: Function
"for_each_compatible_node" should have of_node_put() before return
around line 218.
Fixes:
|
||
|---|---|---|
| .. | ||
| 44x.h | ||
| canyonlands.c | ||
| ebony.c | ||
| fsp2.c | ||
| fsp2.h | ||
| idle.c | ||
| iss4xx.c | ||
| Kconfig | ||
| machine_check.c | ||
| Makefile | ||
| misc_44x.S | ||
| ppc44x_simple.c | ||
| ppc476_modules.lds | ||
| ppc476.c | ||
| sam440ep.c | ||
| warp.c | ||