]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 13 Mar 2012 03:34:30 +0000 (20:34 -0700)
commitb9f6ed2bab0b087bdff870b7173f1d89efd96e54
treeeec35fdb1ae69f0de4057ad48017766b9d1ff728
parent8f15486dd0f6e8423cb33fa8513ed9d074476471
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.

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