]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: pch_uart: remove unnecessary tty_port_tty_get
authorJohan Hovold <jhovold@gmail.com>
Tue, 10 Sep 2013 10:50:51 +0000 (12:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 17:05:47 +0000 (10:05 -0700)
commit0b53861230729f60a4a02a838fb51a2345b16f71
tree1c5ff71ab1ac4113f10a07a0291dcc88a09f9c42
parent19b85cfb190eb9980eaf416bff96aef4159a430e
serial: pch_uart: remove unnecessary tty_port_tty_get

Remove unused tty-reference from dma-rx path which was left after the
recent tty-port conversions.

Also remove a redundant port initialisation while at it.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c