> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Markus Elfring > Sent: Thursday, September 19, 2024 10:45 PM > To: [email protected]; [email protected]; David S. Miller > <[email protected]>; Eric Dumazet <[email protected]>; Keller, Jacob E > <[email protected]>; Jakub Kicinski <[email protected]>; Kolacinski, > Karol <[email protected]>; Paolo Abeni <[email protected]>; Kitszel, > Przemyslaw <[email protected]>; Richard Cochran > <[email protected]>; Nguyen, Anthony L <[email protected]> > Cc: LKML <[email protected]> > Subject: [Intel-wired-lan] [PATCH] ice: Use common error handling code in two > functions > > From: Markus Elfring <[email protected]> > Date: Thu, 19 Sep 2024 19:00:25 +0200 > > Add jump targets so that a bit of exception handling can be better reused at > the end of two function implementations. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ptp.c | 32 ++++++++++++------------ > 1 file changed, 16 insertions(+), 16 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
