diff options
author | Paul Greenwalt <[email protected]> | 2018-03-15 08:22:07 -0400 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2018-03-23 14:49:07 -0700 |
commit | 9bf1e20f65796382e3b5ef28d0881f7e8fae0c92 (patch) | |
tree | 4524f992f6daff5da38e8afe207c05d86e1a83a3 /net/unix/sysctl_net_unix.c | |
parent | 1aa37845f7601ce9159cd08fdf381cfb5f494c12 (diff) |
ixgbe: fix read-modify-write in x550 phy setup
Replaced an assignment operation with an OR operation.
The variable assignment was overwriting the value read from the PHY
register. The OR operation sets only the intended register bits.
The bits that were being overwritten are reserved, so the assignment had no
functional impact.
Reported by: Shannon Nelson <[email protected]>
Signed-off-by: Paul Greenwalt <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions