commit | e92455397237c4e680302950fe1d7970b6c063a0 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 10 11:15:24 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 10 16:03:57 2017 -0400 |
tree | 898cffb624f8a9691febd6b7aa4d6947ad56b67d | |
parent | 42c2d19786e538dc33d365d3439eec00545651cc [diff] |
ftgmac100: Don't clear tx desc fields unnecessarily Those are non-cachable stores, let's avoid those we don't need. Remove the helper, it's not particularly helpful and since it uses "priv" I can't move it to the header file. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>