WSL2-Linux-Kernel/drivers/usb/dwc3
Yang Yingliang 5812175389 usb: dwc3-am62: remove unnecesary clk_put()
The clk get by devm_clk_get() will be released in devres_release_all(),
so there is no need explicitly call clk_put(), or it will cause UAF.

Fixes: e8784c0aec ("drivers: usb: dwc3: Add AM62 USB wrapper driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220629094635.3116961-1-yangyingliang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-06-29 21:04:55 +02:00
..
Kconfig drivers: usb: dwc3: Add AM62 USB wrapper driver 2022-04-21 18:31:56 +02:00
Makefile drivers: usb: dwc3: Add AM62 USB wrapper driver 2022-04-21 18:31:56 +02:00
core.c USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if extcon is present" 2022-06-10 11:19:42 +02:00
core.h usb: dwc3: EP clear halt leading to clearing of delayed_status 2022-04-23 10:33:52 +02:00
debug.h
debugfs.c
drd.c Linux 5.18-rc5 2022-05-03 16:35:26 +02:00
dwc3-am62.c usb: dwc3-am62: remove unnecesary clk_put() 2022-06-29 21:04:55 +02:00
dwc3-exynos.c
dwc3-haps.c
dwc3-imx8mp.c usb: dwc3: imx8mp: Add support for setting SOC specific flags 2022-03-15 15:37:11 +01:00
dwc3-keystone.c
dwc3-meson-g12a.c usb: dwc3-meson-g12a: constify drvdata structs 2022-03-15 15:33:52 +01:00
dwc3-of-simple.c
dwc3-omap.c usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm 2022-03-15 15:44:46 +01:00
dwc3-pci.c usb: dwc3: pci: Restore line lost in merge conflict resolution 2022-06-10 11:11:01 +02:00
dwc3-qcom.c
dwc3-st.c
dwc3-xilinx.c usb: dwc3: xilinx: Add gpio-reset support 2022-05-05 22:02:39 +02:00
ep0.c usb: dwc3: Fix ep0 handling when getting reset while doing control transfer 2022-05-19 18:14:16 +02:00
gadget.c usb: dwc3: gadget: Fix event pending check 2022-06-29 21:04:54 +02:00
gadget.h usb: dwc3: Fix ep0 handling when getting reset while doing control transfer 2022-05-19 18:14:16 +02:00
host.c usb: dwc3: host: Stop setting the ACPI companion 2022-05-05 21:57:32 +02:00
io.h
trace.c
trace.h
ulpi.c