Merge branch 'mlx4-const-dev_addr'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2021 12:15:35 +0000 (13:15 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2021 12:15:35 +0000 (13:15 +0100)
commit5e8fba848eaadb7394ffe88c0b2508ff2e2c9832
tree39a7a6fbb1cd8b8003338e3bca464e98270035bf
parent549017aa1bb7ec19a1e24e7f65480a1c2e76b90e
parentebb1fdb589bd6d0ee647d4fa285bc934ba369cde
Merge branch 'mlx4-const-dev_addr'

Jakub Kicinski says:

====================
mlx4: prep for constant dev->dev_addr

This patch converts mlx4 for dev->dev_addr being const. It converts
to use of common helpers but also removes some seemingly unnecessary
idiosyncrasies.

Please review.
====================

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