Skip to content
Snippets Groups Projects
Commit 4a90f09b authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

tty: usb-serial krefs


Use kref in the USB serial drivers so that we don't free tty structures
from under the URB receive handlers as has historically been the case if
you were unlucky. This also gives us a framework for general tty drivers to
use tty_port objects and refcount.

Contains two err->dev_err changes merged together to fix clashes in the
-next tree.

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 95f9bfc6
No related branches found
No related tags found
No related merge requests found
Showing
with 201 additions and 103 deletions
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