]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: don't store unnecessary array of strings
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 13 Feb 2014 11:48:51 +0000 (03:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 22:27:30 +0000 (17:27 -0500)
commit58b286fa334cdc0c9fca0e734f6a7524fb8e4144
treeb9d986764a85a7a8b9bb7cf6acdb25e3757e681d
parentac48a1c2396520677f2398d01037a87bcb0175d0
i40evf: don't store unnecessary array of strings

Since we store the traffic vector names in the queue vector struct, we
don't need to maintain an array of strings for these names in the
adapter structure. Replace this array with a single string and use it
when allocating the misc irq vector.

Also update copyrights.

Change-ID: I664f096c3c008210d6a04a487163e8aa934fee5b
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_main.c