Re: [PATCH net-next 2/3] macsec: remove superfluous zeroing of skb reference

2019-06-30 Thread Willem de Bruijn
On Sun, Jun 30, 2019 at 4:48 PM Andreas Steinmetz wrote: > > Remove superfluous zeroing of skb pointer for the RX_HANDLER_CONSUMED > case, since in that case, __netif_receive_skb_core will simply ignore > the value. > > Signed-off-by: Andreas Steinmetz Acked-by: Willem de Bruijn

[PATCH net-next 2/3] macsec: remove superfluous zeroing of skb reference

2019-06-30 Thread Andreas Steinmetz
Remove superfluous zeroing of skb pointer for the RX_HANDLER_CONSUMED case, since in that case, __netif_receive_skb_core will simply ignore the value. Signed-off-by: Andreas Steinmetz --- a/drivers/net/macsec.c 2019-06-30 22:04:10.003613880 +0200 +++ b/drivers/net/macsec.c 2019-06-30 2