From: Michael Buesch Date: Fri, 11 Sep 2009 16:31:32 +0000 (+0200) Subject: b43: Fix resume failure X-Git-Tag: v2.6.32-rc1~27^2~11^2~44 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d372c0afc55faf44c1b763693f089b5dad31ec;p=pandora-kernel.git b43: Fix resume failure This fixes a resume failure where a signal is pending on resume so the firmware upload fails. This removes the interruptible sleep, because we don't really need it. In the worst case (with broken firmware) the sleep loop will take 1 second. In the common case (working firmware), it will only take a few milliseconds. So we don't really need to be interruptible. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed