]> git.karo-electronics.de Git - linux-beck.git/commit
staging: digi: Replace open-coded tty_wakeup()
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 06:40:50 +0000 (22:40 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2016 23:01:42 +0000 (15:01 -0800)
commit6aa56785e735fcfffffef7655f113b56f05c0df5
tree0ec1535525b04ad8eba45ae8542d2ae46f9b56c1
parentd6203d0c7b738d7ce75d5629b72640b489487cfa
staging: digi: Replace open-coded tty_wakeup()

The open-coded tty_wakeup()s are attempts to workaround fixed bugs
in the line discipline write_wakeup() method. Replace with tty_wakeup().

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c
drivers/staging/dgnc/dgnc_tty.c