]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Feb 2012 07:49:54 +0000 (07:49 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:04:39 +0000 (23:04 +0800)
commit7c2358da2aed1897b98ead39a15686c483ce2f9c
tree659d5d96963c62c3aa1101f773e94005980c5a14
parentd29a335f998dce66c9cd6ed30b093f8ec9c53116
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr

This patch is a minor cleanup to address the unnecessary use of
napi_schedule_prep in ixgbe_intr and to also remove a blank line that is
not needed since it is separating a comment from the line it is explaining.

(cherry picked from commit b9f6ed2bab0b087bdff870b7173f1d89efd96e54)
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