> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Maciej Fijalkowski > Sent: Friday, February 23, 2024 9:36 PM > To: [email protected] > Cc: [email protected]; Fijalkowski, Maciej > <[email protected]>; Nguyen, Anthony L > <[email protected]>; Karlsson, Magnus <[email protected]>; > Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v2 iwl-next 2/3] ice: avoid unnecessary > devm_ usage > > 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(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
