diff options
| author | Daeseok Youn <daeseok.youn@gmail.com> | 2014-09-16 16:19:06 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 16:53:57 -0700 |
| commit | 492a1e7be585c88a04ba763bb77fc865700e209d (patch) | |
| tree | 1f4779b4ad567ba757653675cc2c8ef1845f677f /include/linux | |
| parent | 335d9c85be096cf492cb3eaeef160b45e1f25d8d (diff) | |
staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep()
Using schedule_timeout_interruptible() is exactly same as
setting a status of current process and calling schedule_timeout().
Removes dgap_ms_sleep(), because this function is used
only when closing tty channel on dgap_tty_close().
And also removes ch_close_delay that is always set to 250
on dgap_tty_init().
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
