From: Domen Puncer Date: Sat, 25 Jun 2005 21:58:42 +0000 (-0700) Subject: [PATCH] char/tty_io: replace schedule_timeout() with msleep_interruptible() X-Git-Tag: v2.6.13-rc1~68^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20f3ae5f0efe1812d2a1278e2127a335884d445;p=pandora-kernel.git [PATCH] char/tty_io: replace schedule_timeout() with msleep_interruptible() Use msleep_interruptible() instead of schedule_timeout() in send_break() to guarantee the task delays as expected. Change @duration's units to milliseconds, and modify arguments in callers appropriately. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan Signed-off-by: Domen Puncer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed