From: Alexander Duyck Date: Fri, 26 Aug 2011 07:46:45 +0000 (+0000) Subject: igb: Make certain one vector is always assigned in igb_request_irq X-Git-Tag: v3.2-rc1~129^2~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74d588e2addd9a13cca49a4d9172e0e2948448f;p=pandora-kernel.git igb: Make certain one vector is always assigned in igb_request_irq This change makes certain that one interrupt is always initialized in igb_request_irq. In addition we drop the use of adapter->pdev and instead just call pdev since we made a local copy of the pointer earlier in the function. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed