From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:31 +0000 (-0700) Subject: [PATCH] parport: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4ccf8db4c1dc343ad5d6ed19240bbc3b5f945f;p=pandora-kernel.git [PATCH] parport: fix-up schedule_timeout() usage Use schedule_timeout_interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use human-time to jiffies units conversion functions rather than direct HZ division to avoid rounding issues. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed