From: Alexander Duyck Date: Fri, 6 Feb 2009 23:15:45 +0000 (+0000) Subject: igb: move initialization of number of queues into set_interrupt_capability X-Git-Tag: v2.6.30-rc1~662^2~790 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b7180d0da2a8ff92baa6a35f6871aeb74d9bec;p=pandora-kernel.git igb: move initialization of number of queues into set_interrupt_capability This patch moves the initialization of the number of queues into set_interrupt_capability. This allows the number of queues to increase in the unlikely event that the system initially fails to allocate enough msi-x interrupts, does a suspend/resume, and then can allocate enough interrupts on resume. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed