On 2/23/24 17:06, Maciej Fijalkowski wrote:
1. pcaps are free'd right after AQ routines are done, no need for devm_'s 2. a test frame for loopback test in ethtool -t is destroyed at the end of the test so we don't need devm_ here either.Signed-off-by: Maciej Fijalkowski <[email protected]> --- drivers/net/ethernet/intel/ice/ice_common.c | 34 +++++++------------- drivers/net/ethernet/intel/ice/ice_ethtool.c | 10 ++---- 2 files changed, 14 insertions(+), 30 deletions(-)
Thank you very much! Reviewed-by: Przemek Kitszel <[email protected]>
