From: Pierre Ossman Date: Sun, 31 Aug 2008 11:38:54 +0000 (+0200) Subject: sdio: make sleep on error interruptable X-Git-Tag: v2.6.28-rc1~701^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e633b7bcec8e26991d489a11615acf7674efbaf4;p=pandora-kernel.git sdio: make sleep on error interruptable Make sure we can be woken from the forced sleep that is done on errors. Removing a card often results in -ENOMEDIUM or -EILSEQ so we previously locked up the removal process for a second. We could completely exit on -ENOMEDIUM, but it might be a transient glitch so treat it like any other error. Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed