From: Sergei Shtylyov Date: Mon, 5 Mar 2007 20:10:08 +0000 (+0400) Subject: natsemi: netpoll fixes X-Git-Tag: v2.6.21-rc3~23^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6006f7f517b9a754e4c4628755c62872e322c68a;p=pandora-kernel.git natsemi: netpoll fixes Fix two issues in this driver's netpoll path: one usual, with spin_unlock_irq() enabling interrupts which nobody asks it to do (that has been fixed recently in a number of drivers) and one unusual, with poll_controller() method possibly causing loss of interrupts due to the interrupt status register being cleared by a simple read and the interrpupt handler simply storing it, not accumulating. Signed-off-by: Sergei Shtylyov Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed