]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'sfc-bogus-interrupt-mode-fallbacks'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 17:43:19 +0000 (12:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2017 17:43:19 +0000 (12:43 -0500)
Edward Cree says:

====================
sfc: prevent bogus interrupt-mode fallbacks

EF10 VFs only support MSI-X interrupts, not MSI or legacy.  This series
 stops the probe logic from trying to fallback to those if MSI-X interrupt
 probe fails.  It also prevents selecting them with the interrupt_mode
 module parameter.
This avoids producing messages like "failed to hook legacy IRQ 0" and "IRQ
 handler type mismatch for IRQ 0", and ensures that the relevant error
 (from the attempt to enable MSI-X) is reported to the caller.
====================

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

Trivial merge