From: Alexander Duyck Date: Tue, 15 Feb 2011 02:12:05 +0000 (+0000) Subject: ixgbe: balance free_irq calls with request_irq calls X-Git-Tag: v2.6.39-rc1~468^2~170^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894ff7cf0e0cf7596f9b0d3c30e32c87f8df2784;p=pandora-kernel.git ixgbe: balance free_irq calls with request_irq calls We were incorrectly freeing IRQs that we had not requested. This change corrects that by making certain we only free q_vectors that we have requested IRQs for. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed