commit | 58bdeac8b0e7ba6a5b60339fe3c197a52715abbf | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Fri Oct 12 18:28:14 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:21:27 2018 -0700 |
tree | a35937848bce9bda230d14461be1dc1770fc39f1 | |
parent | 5985d5631dc352dadd34b692b962a3f3cb2a5088 [diff] |
net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address It allows to use function under callbacks with same const qualifier of mac address for farther changes. Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>