> From: [email protected] <[email protected]> On > Behalf Of Jakub Kicinski > Sent: Tuesday, July 21, 2020 6:27 PM > To: [email protected] > Cc: [email protected]; Nguyen, Anthony L > <[email protected]>; Kirsher, Jeffrey T > <[email protected]>; > [email protected]; Jakub Kicinski <[email protected]> > Subject: [PATCH net-next v1 6/7] ice: remove unused args from > ice_get_open_tunnel_port() > > ice_get_open_tunnel_port() is always passed TNL_ALL > as the second parameter. > > Signed-off-by: Jakub Kicinski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c | 6 ++---- > drivers/net/ethernet/intel/ice/ice_fdir.c | 2 +- > drivers/net/ethernet/intel/ice/ice_flex_pipe.c | 7 ++----- > drivers/net/ethernet/intel/ice/ice_flex_pipe.h | 3 +-- > 4 files changed, 6 insertions(+), 12 deletions(-) > Tested-by: Aaron Brown <[email protected]>
