commit | a3276892db7a588bedc33168e502572008f714a9 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Mon Feb 05 21:10:01 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 06 11:24:51 2018 -0500 |
tree | d032412bf4a5a97161bf91b26456c7cd9c10abdc | |
parent | a56c69803f5a2c1cab0228cf1aebf76821ace965 [diff] |
net: amd-xgbe: fix comparison to bitshift when dealing with a mask Due to a typo, the mask was destroyed by a comparison instead of a bit shift. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>