]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: dwc3: meson-g12a: fix device leaks at unbind
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 09:19:07 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jul 2025 08:50:43 +0000 (10:50 +0200)
commit93b400f4951404d040197943a25d6fef9f8ccabb
tree5e27264a93abb47e973462d0f0d8e07318cf8e0e
parent086a0e516f7b3844e6328a5c69e2708b66b0ce18
usb: dwc3: meson-g12a: fix device leaks at unbind

Make sure to drop the references taken to the child devices by
of_find_device_by_node() during probe on driver unbind.

Fixes: c99993376f72 ("usb: dwc3: Add Amlogic G12A DWC3 glue")
Cc: stable@vger.kernel.org # 5.2
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20250724091910.21092-3-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-meson-g12a.c