usb: renesas: Fix refcount leak bug
authorLiang He <windhl@126.com>
Sat, 18 Jun 2022 02:32:05 +0000 (10:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 14:39:03 +0000 (16:39 +0200)
commit9d6d5303c39b8bc182475b22f45504106a07f086
treec8b0b2a9d6d1621ec0b250127d8821f6c1f17a5e
parent40a959d7042bb7711e404ad2318b30e9f92c6b9b
usb: renesas: Fix refcount leak bug

In usbhs_rza1_hardware_init(), of_find_node_by_name() will return
a node pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
Link: https://lore.kernel.org/r/20220618023205.4056548-1-windhl@126.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/rza.c