]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Move poll routine in order to improve readability
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Feb 2012 07:51:27 +0000 (07:51 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 19 Mar 2012 08:58:58 +0000 (01:58 -0700)
commite9dca3c0a3b6dab5196f7a4d8f3aed6253893ebc
tree11211eb5b108b24fd4ae47caa8175c64ae500430
parent40c4e806e840b23a56c5fe1b99df46e7403406fd
ixgbe: Move poll routine in order to improve readability

This change relocates the ixgbe_poll routine so it is right next to the
interrupt routine that schedules and calls it.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c