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

Skip to content
Commit 5316ed27 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Stephen Boyd
Browse files

USB: u_serial: Fix NULL pointer dereference in unthrottle callback



TTY may call unthrottle callback after port is closed.  This is
happening when tty is hung up during cable disconnect.  The tty's
driver data is set to NULL in port close.  Don't access driver data
in unthrottle callback.  There is nothing to do unthrottle callback
when port is closed.

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