> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Markus Elfring > Sent: Thursday, September 19, 2024 10:45 PM > To: intel-wired-...@lists.osuosl.org; net...@vger.kernel.org; David S. Miller > <da...@davemloft.net>; Eric Dumazet <eduma...@google.com>; Keller, Jacob E > <jacob.e.kel...@intel.com>; Jakub Kicinski <k...@kernel.org>; Kolacinski, > Karol <karol.kolacin...@intel.com>; Paolo Abeni <pab...@redhat.com>; Kitszel, > Przemyslaw <przemyslaw.kits...@intel.com>; Richard Cochran > <richardcoch...@gmail.com>; Nguyen, Anthony L <anthony.l.ngu...@intel.com> > Cc: LKML <linux-ker...@vger.kernel.org> > Subject: [Intel-wired-lan] [PATCH] ice: Use common error handling code in two > functions > > From: Markus Elfring <elfr...@users.sourceforge.net> > 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 <elfr...@users.sourceforge.net> > --- > drivers/net/ethernet/intel/ice/ice_ptp.c | 32 ++++++++++++------------ > 1 file changed, 16 insertions(+), 16 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)