]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Wed, 25 Feb 2015 17:45:54 +0000 (17:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 13 Mar 2015 22:41:01 +0000 (15:41 -0700)
commit856f606ea9756d1222bbd137641024e29d9d6b43
tree221b370ee6fd2e8c09a6d4142f26ef27998f04f9
parent887012e80aeaf36968456e8085abf41aee907707
ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything

This patch removes some dead code from the cleanup path for ixgbe.

Setting and clearing the flag doesn't do anything since all we are
doing is setting the flag, scheduling NAPI, clearing the flag and
then letting netpoll do the polling cleanup.  As such it doesn't
make much sense to have it there.

This patch also removes one minor white-space error.

CC: <kernel-team@fb.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c