From: Takashi Iwai Date: Mon, 25 Jun 2007 10:09:32 +0000 (+0200) Subject: [ALSA] Fix invalid schedule_timeout_interruptible() X-Git-Tag: v2.6.23-rc1~215^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65365de5ba280e058bd6b8b80c8790253268887;p=pandora-kernel.git [ALSA] Fix invalid schedule_timeout_interruptible() Fixed the invalid use of schedule_timeout_interruptible() without checking pending signals. Simply replaced with schedule_timeout(). Suggestions thanks to Jeff Garzik. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed