]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:24:37 +0000 (23:24 +0800)
commite65f9bc09ab370db4b97a1a0812c70313f57f50a
treedbd32f1fe6c2bcbbe4a028074c597ead51007b21
parent90be32bf0a3d20d82a571ef5876bb31e7fe91912
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.

(cherry picked from commit eb01b9759e733c0ede11d35e3cde5b3c24ab32c9)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c