commit | 49b44aa23e58d292cc1be79a5c7883ac8c927676 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Mar 30 12:37:30 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 31 22:26:43 2018 -0400 |
tree | 0317c25f1d20f664d134b92e816e684943f1f7fd | |
parent | b3834acdd78e2b626d576e90c502727da5a46e3c [diff] |
ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr Rather than use an on-stack array to copy a broadcast address, use the generic eth_broadcast_addr function to save a trivial amount of object code. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>