From: Oliver Neukum Date: Thu, 15 Nov 2007 01:31:10 +0000 (+0800) Subject: iwl4965: fix not correctly dealing with hotunplug X-Git-Tag: v2.6.24-rc3~5^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fbb541a5d2d58fdae21c1e7b558a75bfbd483f;p=pandora-kernel.git iwl4965: fix not correctly dealing with hotunplug The interrupt handler returns IRQ_NONE if it detects that the device is gone. That's incorrect because the device may have raised the interrupt. Not acknowledging it may trigger the spurious interrupt detection and kill drivers sharing the interrupt line. Signed-off-by: Oliver Neukum Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed