ixgbe: remove a discarded source line
authorHelin Zhang <helin.zhang@intel.com>
Thu, 11 Jun 2015 07:03:54 +0000 (15:03 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 7 Jul 2015 14:36:26 +0000 (16:36 +0200)
commit61e4d90f273936d56c56a2ad155fd50ebe98b5fd
tree3d8abc95d5f00b26818821fcdb0f620c1c76d302
parent72514b5d55431c4798ad25bcf6c67bc62b0a5800
ixgbe: remove a discarded source line

Little endian to CPU order conversion had been added for reading
vlan tag from RX descriptor, while its original source line was
forgotten to delete. That's a discarded source line and should be
deleted.

Fixes: 23fcffe8ffac ("ixgbe: fix id and hash with flow director")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/ixgbe/ixgbe_rxtx.c