commit | 90d2c056bd85bbb47104c52e08eecf8408163a54 | [log] [tgz] |
---|---|---|
author | Mitch Williams <mitch.a.williams@intel.com> | Sat Oct 03 17:13:05 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 07 04:13:50 2015 -0700 |
tree | 1eea4dd5e2f5c503d746bb01981639f4452ba22f | |
parent | 855591d2f7d1ff7eb18b60ce2be494e3bfe27fb8 [diff] |
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>