Skip to content
Snippets Groups Projects
Commit 0d410e89 authored by Selvarasu Ganesan's avatar Selvarasu Ganesan Committed by Greg Kroah-Hartman
Browse files

usb: dwc3: core: Stop processing of pending events if controller is halted


This commit addresses an issue where events were being processed when
the controller was in a halted state. To fix this issue by stop
processing the events as the event count was considered stale or
invalid when the controller was halted.

Fixes: fc8bb91b ("usb: dwc3: implement runtime PM")
Cc: stable@kernel.org
Signed-off-by: default avatarSelvarasu Ganesan <selvarasu.g@samsung.com>
Suggested-by: default avatarThinh Nguyen <Thinh.Nguyen@synopsys.com>
Acked-by: default avatarThinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/20240916231813.206-1-selvarasu.g@samsung.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 897e13a8
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment