commit | ba5eec9c55ec4be99d21a6ea614003b65d7f37d7 | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Tue Nov 08 23:37:12 2005 +0100 |
committer | Jeff Garzik <jgarzik@pobox.com> | Wed Nov 09 01:02:41 2005 -0500 |
tree | 79070a6366a44bf37101f0dfa3ee73bbc1192120 | |
parent | b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00 [diff] |
[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 <romieu@fr.zoreil.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>