usb: dwc3-am62: Disable wakeup at remove
authorRoger Quadros <rogerq@kernel.org>
Tue, 27 Feb 2024 09:23:49 +0000 (11:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 13:23:17 +0000 (13:23 +0000)
commit4ead695e6b3cac06543d7bc7241ab75aee4ea6a6
tree0e4449ff5f057dd9f941af8ba660aa3ae816d3bc
parent6661befe41009c210efa2c1bcd16a5cc4cff8a06
usb: dwc3-am62: Disable wakeup at remove

Disable wakeup at remove.
Fixes the below warnings on module unload and reload.

> dwc3-am62 f900000.dwc3-usb: couldn't enable device as a wakeup source: -17
> dwc3-am62 f910000.dwc3-usb: couldn't enable device as a wakeup source: -17

Fixes: 4e3972b589da ("usb: dwc3-am62: Enable as a wakeup source by default")
Cc: stable@vger.kernel.org # v6.4+
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20240227-for-v6-9-am62-usb-errata-3-0-v4-2-0ada8ddb0767@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-am62.c