aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2022-05-26 11:53:22 +0400
committerFlorian Fainelli <[email protected]>2022-06-08 02:21:17 -0700
commit37d838de369b07b596c19ff3662bf0293fdb09ee (patch)
tree83f918036a841ccee7eac4f74fd27ce4266ca7b9 /include/linux/fpga/fpga-mgr.h
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe
of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak. In brcmstb_init_sram, it pass dn to of_address_to_resource(), of_address_to_resource() will call of_find_device_by_node() to take reference, so we should release the reference returned by of_find_matching_node(). Fixes: 0b741b8234c8 ("soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)") Signed-off-by: Miaoqian Lin <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions