Commit 71d2f46b authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Gerrit - the friendly Code Review server
Browse files

usb: wwan: Fix RX data corruption issue



The received data is pushed to TTY in global workqueue context.
The work is scheduled from URB completion handler and TTY unthrottle
callback.  The global workqueue does not guarantee non-reentrance.
The data is getting corrupted when work is run simultaneously on
multiple processors.  Use non-reentrant version of global workqueue.

CRs-Fixed: 458325
Change-Id: I9562fc5be9d15c34cc4498fa3ddb325b35136fd2
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 51e3561d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment