From: Nishanth Aravamudan Date: Sat, 25 Jun 2005 21:59:32 +0000 (-0700) Subject: [PATCH] serial/68360serial: replace schedule_timeout() with msleep_interruptible() X-Git-Tag: v2.6.13-rc1~68^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d582b4ef6df853ca2da46135855cd6536c0205b;p=pandora-kernel.git [PATCH] serial/68360serial: 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. 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