]> git.ipfire.org Git - people/ms/linux.git/commitdiff
Merge tag 'arm-soc/for-6.0/drivers-fixes-v2' of https://github.com/Broadcom/stblinux...
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 12:28:16 +0000 (14:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 12:28:17 +0000 (14:28 +0200)
This pull request contains Broadcom SoCs driver fixes for 6.0, please
pull the following:

- Florian fixes a double of_node_put() in the Broadcom STB Bus Interface
  Unit driver

* tag 'arm-soc/for-6.0/drivers-fixes-v2' of https://github.com/Broadcom/stblinux:
  soc: bcm: brcmstb: biuctrl: Avoid double of_node_put()

Link: https://lore.kernel.org/r/20220918205038.3017866-1-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/bcm/brcmstb/biuctrl.c

index 1467bbd59690a4fc49b51e4c55e9f39569d69083..e1d7b45432485a0601d26886a7834cc58e4c2963 100644 (file)
@@ -288,7 +288,6 @@ static int __init setup_hifcpubiuctrl_regs(struct device_node *np)
        if (BRCM_ID(family_id) == 0x7260 && BRCM_REV(family_id) == 0)
                cpubiuctrl_regs = b53_cpubiuctrl_no_wb_regs;
 out:
-       of_node_put(np);
        return ret;
 }