summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorFelix Gu <ustc.gu@gmail.com>2026-01-27 00:35:47 +0800
committerGeert Uytterhoeven <geert+renesas@glider.be>2026-03-06 13:28:34 +0100
commite825c79ef914bd55cf7c2476ddcfb2738eb689c3 (patch)
treefb31f469c08ee322b16db907bca8e3b3018399e6 /scripts/git.orderFile
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register()
When calling of_parse_phandle_with_fixed_args(), the caller is responsible for calling of_node_put() to release the device node reference. In rzt2h_gpio_register(), the driver fails to call of_node_put() to release the reference in of_args.np, which causes a memory leak. Add the missing of_node_put() call to fix the leak. Fixes: 34d4d093077a ("pinctrl: renesas: Add support for RZ/T2H") Signed-off-by: Felix Gu <ustc.gu@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260127-rzt2h-v1-1-86472e7421b8@gmail.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions