mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-14 20:03:51 +00:00
Early exits from for_each_compatible_node() should decrement the
node reference counter. Reported by Coccinelle:
arch/arm/mach-exynos/exynos.c:52:1-25: WARNING:
Function "for_each_compatible_node" should have of_node_put() before break around line 58.
Fixes:
|
||
|---|---|---|
| .. | ||
| common.h | ||
| exynos-smc.S | ||
| exynos.c | ||
| firmware.c | ||
| headsmp.S | ||
| Kconfig | ||
| Makefile | ||
| mcpm-exynos.c | ||
| platsmp.c | ||
| pm.c | ||
| sleep.S | ||
| smc.h | ||
| suspend.c | ||