diff options
author | Liang He <windhl@126.com> | 2022-06-15 22:02:31 +0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-06-17 14:54:22 -0700 |
commit | 9a073d4fbb182be8ee9d1539ed0484800f3fc832 (patch) | |
tree | 695ea620ac6029fa4a8d8df5c337e979bbca98ad /drivers/i2c/i2c-core-slave.c | |
parent | 9b656879042e1eb6aaf2306910f346bd6a03e58f (diff) | |
download | linux-9a073d4fbb182be8ee9d1539ed0484800f3fc832.tar.bz2 |
soc: bcm: brcmstb: biuctrl: Add missing of_node_put()
In brcmstb_biuctrl_init(), of_find_compatible_node() will return a
node pointer with refcount incremented. We should use of_node_put()
in each fail path or when it is not used anymore.
Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/i2c/i2c-core-slave.c')
0 files changed, 0 insertions, 0 deletions