From: Jesse Brandeburg Date: Fri, 13 Mar 2009 22:13:49 +0000 (+0000) Subject: ixgbe: fix bug with napi add before request_irq X-Git-Tag: v2.6.30-rc1~662^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd64df8954cc6d485f7c98ab18e0480f0c7d865;p=pandora-kernel.git ixgbe: fix bug with napi add before request_irq Occasionally if the driver was loaded in a system that didn't support MSI-X or MSI and was on a shared interrupt, the driver would then panic in NAPI on the first shared interrupt because we hadn't called napi_add yet. Solution: call napi_add before calling request_irq Signed-off-by: Jesse Brandeburg Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed