Skip to content
Commit 80c469a0 authored by Wan Jiabing's avatar Wan Jiabing Committed by Tony Lindgren
Browse files

ARM: OMAP2+: hwmod: Add of_node_put() before break



Fix following coccicheck warning:
./arch/arm/mach-omap2/omap_hwmod.c:753:1-23: WARNING: Function
for_each_matching_node should have of_node_put() before break

Early exits from for_each_matching_node should decrement the
node reference counter.

Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fa55b7dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment