amba: bus: fix refcount leak
stable inclusion from stable-v5.10.195 commit 9baf2278b3eed2c50112169121257d8a6ee0606c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I95JOC Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9baf2278b3eed2c50112169121257d8a6ee0606c -------------------------------- [ Upstream commit e312cbdc ] commit 5de1540b ("drivers/amba: create devices from device tree") increases the refcount of of_node, but not releases it in amba_device_release, so there is refcount leak. By using of_node_put to avoid refcount leak. Fixes: 5de1540b ("drivers/amba: create devices from device tree") Signed-off-by:Peng Fan <peng.fan@nxp.com> Reviewed-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230821023928.3324283-1-peng.fan@oss.nxp.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment