commit | afdf26ab3c9b7bc13792fd55fc5f2878923fdf9d | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Tue Sep 10 16:41:24 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 11 09:21:34 2019 +0100 |
tree | 4953cc04ee84f497cf354a2d73d53965620594d4 | |
parent | c1be0022df0dae7b2012231eca2385970382e533 [diff] |
net: stmmac: xgmac: Reinitialize correctly a variable 'value' was being or'ed with a value from another register. This is a typo and could cause new written value to be wrong. Fix it. Signed-off-by: Jose Abreu <joabreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>