WSL2-Linux-Kernel/drivers/net/ethernet/aquantia/atlantic/macsec
Colin Ian King 8628754371 net: atlantic: fix missing | operator when assigning rec->llc
rec->llc is currently being assigned twice, once with the lower 8 bits
from packed_record[8] and then re-assigned afterwards with data from
packed_record[9].  This looks like a type, I believe the second assignment
should be using the |= operator rather than a direct assignment.

Addresses-Coverity: ("Unused value")
Fixes: b8f8a0b7b5 ("net: atlantic: MACSec ingress offload HW bindings")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Igor Russkikh <irusskikh@marell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-02 06:50:59 -07:00
..
MSS_Egress_registers.h
MSS_Ingress_registers.h net: atlantic: MACSec ingress offload HW bindings 2020-03-26 20:17:37 -07:00
macsec_api.c net: atlantic: fix missing | operator when assigning rec->llc 2020-04-02 06:50:59 -07:00
macsec_api.h net: atlantic: MACSec offload statistics HW bindings 2020-03-26 20:17:37 -07:00
macsec_struct.h net: atlantic: MACSec offload statistics HW bindings 2020-03-26 20:17:37 -07:00