> From: [email protected] <[email protected]> > Sent: Wednesday, November 11, 2020 10:35 PM > To: Nguyen, Anthony L <[email protected]>; Fijalkowski, Maciej > <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Penigalapati, Sandeep <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH v4 1/6] igb: XDP xmit back fix error code > > From: Sven Auhagen <[email protected]> > > The igb XDP xmit back function should only return defined error codes. > > Reported-by: Dan Carpenter <[email protected]> > Acked-by: Maciej Fijalkowski <[email protected]> > Signed-off-by: Sven Auhagen <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Tested-by: Sandeep Penigalapati <[email protected]>
