commit | 46b94e779e8a53b83e8d84e5aeb443d8b8bd45ea | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sun Jan 10 22:40:51 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 15:01:42 2016 -0800 |
tree | a7b9f31587b0f86bd1384fa35744b8d3370053e4 | |
parent | 6aa56785e735fcfffffef7655f113b56f05c0df5 [diff] |
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>