commit | f642963bff1921b7a0b3c8250520b4bde0943387 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Jun 29 21:55:54 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 30 09:12:14 2016 -0400 |
tree | 0fa498d245b195c15942ebcad52cef793214a17e | |
parent | 796312cd00d308ca142bace8dd512b02f24d178a [diff] |
nfp: remove unused parameter from nfp_net_write_mac_addr() nfp_net_write_mac_addr() always writes to the BAR the current device address taken from netdev struct. The address given as parameter is actually ignored. Since all callers pass netdev->dev_addr simply remove the parameter. While at it improve the function's kdoc a bit. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>