Skip to content
Commit f5029f62 authored by Wan Jiabing's avatar Wan Jiabing Committed by Florian Fainelli
Browse files

soc: bcm: brcmstb: Add of_node_put() in pm-mips



Fix following coccicheck warning:
./drivers/soc/bcm/brcmstb/pm/pm-mips.c:404:1-23: WARNING: Function
for_each_matching_node should have of_node_put() before goto or 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 avatarFlorian Fainelli <f.fainelli@gmail.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