]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e/i40evf: set AQ count after memory allocation
authorMitch Williams <mitch.a.williams@intel.com>
Sun, 4 Oct 2015 00:13:05 +0000 (17:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2015 11:13:50 +0000 (04:13 -0700)
commit90d2c056bd85bbb47104c52e08eecf8408163a54
tree1eea4dd5e2f5c503d746bb01981639f4452ba22f
parent855591d2f7d1ff7eb18b60ce2be494e3bfe27fb8
i40e/i40evf: set AQ count after memory allocation

The standard way to check if the AQ is enabled is to look at the
count field. So we should only set this field after we have
successfully allocated memory. To do otherwise is to incite
panic among the populace.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40e/i40e_adminq.c
drivers/net/ethernet/intel/i40evf/i40e_adminq.c