On Wed, 2014-11-19 at 15:28 -0800, Alexander Duyck wrote: > 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. > > Signed-off-by: Alexander Duyck > --- > > v2: Fixed an unused variable warning for adapter in ixgbe_rx_skb > > drivers/net/ethernet/intel/ixgbe/ixgbe.h | 1 - > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 18 > ++++-------------- > 2 files changed, 4 insertions(+), 15 deletions(-) Thanks Alex, I will add your patch to my queue.