From 492a1e7be585c88a04ba763bb77fc865700e209d Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Tue, 16 Sep 2014 16:19:06 +0900 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed