diff options
author | Nikita Yushchenko <nikita.yoush@cogentembedded.com> | 2024-12-08 14:50:04 +0500 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-10 19:02:47 -0800 |
commit | 66b7e9f85b8459c823b11e9af69dbf4be5eb6be8 (patch) | |
tree | 2dc8068d3145a8956cdf1d7e2d671d7a1a02624a /net/unix/af_unix.c | |
parent | bb617328bafa1023d8e9c25a25345a564c66c14f (diff) | |
download | linux-66b7e9f85b8459c823b11e9af69dbf4be5eb6be8.tar.gz linux-66b7e9f85b8459c823b11e9af69dbf4be5eb6be8.tar.bz2 linux-66b7e9f85b8459c823b11e9af69dbf4be5eb6be8.zip |
net: renesas: rswitch: avoid use-after-put for a device tree node
The device tree node saved in the rswitch_device structure is used at
several driver locations. So passing this node to of_node_put() after
the first use is wrong.
Move of_node_put() for this node to exit paths.
Fixes: b46f1e579329 ("net: renesas: rswitch: Simplify struct phy * handling")
Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://patch.msgid.link/20241208095004.69468-5-nikita.yoush@cogentembedded.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions