android_kernel_motorola_sm6225/drivers/usb/dwc3
Aditya Pakki cc1815b74b usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work
[ Upstream commit 2655971ad4b34e97dd921df16bb0b08db9449df7 ]

dwc3_pci_resume_work() calls pm_runtime_get_sync() that increments
the reference counter. In case of failure, decrement the reference
before returning.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-07-16 08:17:23 +02:00
..
core.c usb: dwc3: core: add support for disabling SS instances in park mode 2020-04-17 10:48:41 +02:00
core.h usb: dwc3: gadget: Properly set maxpacket limit 2020-05-10 10:30:06 +02:00
debug.h usb: dwc3: debugfs: Properly print/set link state for HS 2019-12-13 08:51:45 +01:00
debugfs.c usb: dwc3: debugfs: Properly print/set link state for HS 2019-12-13 08:51:45 +01:00
drd.c
dwc3-exynos.c
dwc3-haps.c PCI: Move Synopsys HAPS platform device IDs 2020-06-22 09:05:23 +02:00
dwc3-keystone.c
dwc3-of-simple.c
dwc3-omap.c
dwc3-pci.c usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work 2020-07-16 08:17:23 +02:00
dwc3-qcom.c
dwc3-st.c
ep0.c usb: dwc3: ep0: Clear started flag on completion 2019-12-17 20:34:45 +01:00
gadget.c usb: dwc3: gadget: Properly handle failed kick_transfer 2020-06-25 15:32:54 +02:00
gadget.h usb: dwc3: gadget: introduce cancelled_list 2019-07-03 13:14:44 +02:00
host.c
io.h
Kconfig usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON 2020-01-27 14:51:22 +01:00
Makefile
trace.c
trace.h usb: dwc3: trace: add missing break statement to make compiler happy 2019-02-12 19:47:06 +01:00
ulpi.c