Merge branch 'dsa-set_addr-optional'
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Sep 2016 08:47:50 +0000 (04:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Sep 2016 08:47:50 +0000 (04:47 -0400)
commit1860e688edc4ff4467863891baef73e6a32d9c7a
tree48a1a9fe0be3d7859393559dd8960782b78f4a77
parentf361bdde6124339aab599e45471c6aa79125d1a2
parent8941ee36e3266a5efca52e32c4dc214f202c751a
Merge branch 'dsa-set_addr-optional'

John Crispin says:

====================
net-next: dsa: set_addr should be optional

The Marvell driver is the only one that actually sets the switches HW
address. All other drivers have an empty stub. fix this by making the
callback optional.
====================

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>