> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Konrad Knitter > Sent: 23 October 2024 15:37 > To: [email protected] > Cc: Keller, Jacob E <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Knitter, Konrad <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v1 2/3] devlink: add devl guard > > Add devl guard for scoped_guard(). > > Example usage: > > scoped_guard(devl, priv_to_devlink(pf)) { > err = init_devlink(pf); > if (err) > return err; > } > > Co-developed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > Signed-off-by: Konrad Knitter <[email protected]> > --- > include/net/devlink.h | 1 + > 1 file changed, 1 insertion(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
