From: Nishanth Aravamudan Date: Mon, 24 Oct 2005 13:02:37 +0000 (+0200) Subject: [ALSA] Fix schedule_timeout usage X-Git-Tag: v2.6.15-rc1~451^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8433a509c0eb6bb1f33ce39c82c580b8901619ee;p=pandora-kernel.git [ALSA] Fix schedule_timeout usage Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use human-time conversion functions instead of hard-coded division to avoid rounding issues. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed