]> git.karo-electronics.de Git - linux-beck.git/commit
staging: dgap: Remove redundant write_wait wakeups
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 04:36:11 +0000 (20:36 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 22:13:44 +0000 (14:13 -0800)
commit2d73b069f816742ba607f65f9dbbff2885365951
treecf9322f0455ee2d43d3b711983ba27eff0540396
parent02f14c79abe26a2045669e34baf2c8902d13ae54
staging: dgap: Remove redundant write_wait wakeups

Waking the write_wait queue is exactly what tty_wakeup() does;
remove the open-coded wakeups.

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