commit | 7075654ce7d0db9aaf5326dea586c35a041f3428 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Jun 19 10:02:13 2019 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 14 08:11:15 2019 +0200 |
tree | 7fc4c9fe73cf936a0fa009f4159a56252c0b83e4 | |
parent | 606561e16186c56043649bf6bb88a5f02af3dfe4 [diff] |
net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge() [ Upstream commit 48620e341659f6e4b978ec229f6944dabe6df709 ] The comment is correct, but the code ends up moving the bits four places too far, into the VTUOp field. Fixes: 11ea809f1a74 (net: dsa: mv88e6xxx: support 256 databases) Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>