From: Nishanth Aravamudan Date: Mon, 7 Nov 2005 09:01:14 +0000 (-0800) Subject: [PATCH] drivers/acpi: fix-up schedule_timeout() usage X-Git-Tag: v2.6.15-rc1~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a527ec7c62efea601a39f0cd8e6a8517259014;p=pandora-kernel.git [PATCH] drivers/acpi: fix-up schedule_timeout() usage Use schedule_timeout_interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use msecs_to_jiffies() instead of direct HZ division to avoid rounding errors. Signed-off-by: Nishanth Aravamudan Cc: "Brown, Len" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed