]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge branch 'sfc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2022 11:12:53 +0000 (12:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2022 11:12:53 +0000 (12:12 +0100)
Íñigo Huguet says:

====================
sfc: fix some efx_separate_tx_channels errors

Trying to load sfc driver with modparam efx_separate_tx_channels=1
resulted in errors during initialization and not being able to use the
NIC. This patches fix a few bugs and make it work again.

v2:
* added Martin's patch instead of a previous mine. Mine one solved some
of the initialization errors, but Martin's solves them also in all
possible cases.
* removed whitespaces cleanup, as requested by Jakub
====================

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

Trivial merge