Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b243d665 authored by Sriharsha Allenki's avatar Sriharsha Allenki Committed by Gerrit - the friendly Code Review server
Browse files

usb: dwc3: Queue sm_work only on sm_usb_wq



If the sm_work is queued on different workqueues at
the same time, both the work items can be executed at
the same time may result in the state machine run for
the same event and the same state twice which is
unwanted. Fix this by queueing sm_work only on the
dedicated workqueue.

Change-Id: Idfd8ad9183018d35f04d6be284e24d5bb95bec11
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent fe96ce17
Loading
Loading
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