]> git.baikalelectronics.ru Git - kernel.git/commit
e1000: fix wrong queue idx calculation
authorHong Zhiguo <zhiguohong@tencent.com>
Tue, 22 Oct 2013 18:32:56 +0000 (18:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 1 Nov 2013 12:45:29 +0000 (05:45 -0700)
commit3fc972d732fa048f62b579be624d1356819c3f01
tree29c91baa900bfc736f0a19b878bcaaa199752b85
parent31946aa92e9c83621160ee94e5356d24308e81d6
e1000: fix wrong queue idx calculation

tx_ring and adapter->tx_ring are already of type "struct
e1000_tx_ring *"

Signed-off-by: Hong Zhiguo <zhiguohong@tencent.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000/e1000_main.c