From: Francois Romieu Date: Tue, 8 Nov 2005 22:37:12 +0000 (+0100) Subject: [PATCH] b44: race on device closing X-Git-Tag: v2.6.15-rc1~69^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5eec9c55ec4be99d21a6ea614003b65d7f37d7;p=pandora-kernel.git [PATCH] b44: race on device closing Usual fix: - b44_interrupt() does not schedule NAPI polling when the device is going down; - b44_close() waits for any scheduled NAPI polling before it starts to release the private structures of the device. Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed