serial: 68328: Remove bogus ldisc reset
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 06:40:51 +0000 (22:40 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2016 23:01:42 +0000 (15:01 -0800)
commit46b94e779e8a53b83e8d84e5aeb443d8b8bd45ea
treea7b9f31587b0f86bd1384fa35744b8d3370053e4
parent6aa56785e735fcfffffef7655f113b56f05c0df5
serial: 68328: Remove bogus ldisc reset

As the #warning indicates, the open-coded ldisc reset was always not ok.
Not only is this code long dead, but now it would have no effect as
the ldisc is destroyed when this driver's close() method returns; remove.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/68328serial.c