]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: avoid unnecessarily creating a local copy of the q_vector
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:46:34 +0000 (07:46 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:55:32 +0000 (20:55 +0800)
commitc169cce31b42a4ede42a7aae8950a22116f8fbe6
treeb1e8ab619c378e7a9d862da25ae2a09385c92008
parentf5b68fa1103699dcef32687b7cf53270767193f0
igb: avoid unnecessarily creating a local copy of the q_vector

This is mostly a drop of unnecessary pointer defines for q_vector when we
don't have issues with line width and don't have multiple references to
the pointer.

(cherry picked from commit 0d1ae7f46f1b51623bed2904576d15f6ecd5dc10)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb_main.c