USB: serial: clean up carrier-detect helper
authorJohan Hovold <johan@kernel.org>
Tue, 25 Feb 2020 10:24:20 +0000 (11:24 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 11 Mar 2020 08:38:01 +0000 (09:38 +0100)
commit5e95dbb62171399196a6c93426a4f355463bfbfc
tree585d30d98a4494cde7a0f01fcf7b50f8c117bf4a
parent0a68ec3d8a2ce75666b813b90cbf1d2e85684714
USB: serial: clean up carrier-detect helper

Drop the struct tty_port pointer and rename the struct usb_serial_port
pointer "port", which is the named used throughout the subsystem and
incidentally also matches the kernel-doc comment.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/generic.c