]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Get rid of ice_cleanup_header
authorKrzysztof Kazimierczak <krzysztof.kazimierczak@intel.com>
Wed, 9 Oct 2019 14:09:51 +0000 (07:09 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 7 Nov 2019 00:41:45 +0000 (16:41 -0800)
commit7868406f69d9b4b92f53569cbcdd91f406ae4d14
treeb59383c8a98a38d3d46d9ff44952ec9d66461a16
parent2c27057ce13d0ea7f48567d88aa8c2ffcb293c48
ice: Get rid of ice_cleanup_header

ice_cleanup_hdrs() has been stripped of most of its content, it only serves
as a wrapper for eth_skb_pad(). We can get rid of it altogether and
simplify the codebase.

Signed-off-by: Krzysztof Kazimierczak <krzysztof.kazimierczak@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_txrx.c