Skip to content

Commit 11bb764

Browse files
committed
Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM-based SoCs driver fixes for 5.19, please pull the following: - Miaoqian fixes a device tree node reference count in the system sleep code for Broadcom STB chips * tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stblinux: soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 2d2cb31 + 37d838d commit 11bb764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/bcm/brcmstb/pm/pm-arm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ static int brcmstb_pm_probe(struct platform_device *pdev)
783783
}
784784

785785
ret = brcmstb_init_sram(dn);
786+
of_node_put(dn);
786787
if (ret) {
787788
pr_err("error setting up SRAM for PM\n");
788789
return ret;

0 commit comments

Comments
 (0)