]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dev_addr-const-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Jan 2022 15:40:02 +0000 (15:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jan 2022 15:40:02 +0000 (15:40 +0000)
commitd39a2e9b3310c6e87ffebcee26a67c0091d1e01d
treef310c36e0b221a4dc1b3381985fef15088c45469
parent2a9c0f65c8d683b73790ed98d90eeec9bda8c0b1
parentaa122fa109e1467d866b7987b2084916506b83aa
Merge branch 'dev_addr-const-fixes'

Jakub Kicinski says:

====================
ethernet: fix some esoteric drivers after netdev->dev_addr constification

Looking at recent fixes for drivers which don't get included with
allmodconfig builds I thought it's worth grepping for more instances of:

  dev->dev_addr\[.*\] =

This set contains the fixes.

v2: add last 3 patches which fix drivers for the RiscPC ARM platform.
Thanks to Arnd Bergmann for explaining how to build test that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>