]> Git Repo - linux.git/commit
rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram
authorMiaoqian Lin <[email protected]>
Wed, 9 Mar 2022 09:22:25 +0000 (09:22 +0000)
committerAlexandre Belloni <[email protected]>
Tue, 29 Mar 2022 20:45:50 +0000 (22:45 +0200)
commit4b2dc39ca024990abe36ad5d145c4fe0c06afd34
tree5b62ad8e7fb0bec7ef3037df56d44be4d3020498
parent3ae8fd41573af4fb3a490c9ed947fc936ba87190
rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram

The of_find_compatible_node() function returns a node pointer with
refcount incremented, We should use of_node_put() on it when done
Add the missing of_node_put() to release the refcount.

Fixes: 86559400b3ef ("rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii U")
Signed-off-by: Miaoqian Lin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/rtc/rtc-gamecube.c
This page took 0.052835 seconds and 4 git commands to generate.