From: Dan Williams Date: Sat, 11 Oct 2008 16:55:19 +0000 (+0000) Subject: libertas: clear current command on card removal X-Git-Tag: v2.6.27.2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a273874b531262d699d4fc1fdc0037798997a123;p=pandora-kernel.git libertas: clear current command on card removal commit 71b35f3abeb8f7f7e0afd7573424540cc5aae2d5 upstream If certain commands were in-flight when the card was pulled or the driver rmmod-ed, cleanup would block on the work queue stopping, but the work queue was in turn blocked on the current command being canceled, which didn't happen. Fix that. Signed-off-by: Dan Williams Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed