diff options
author | David S. Miller <davem@davemloft.net> | 2017-01-24 15:27:59 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-24 15:27:59 -0500 |
commit | 294628c1fe660b5c4ba4127df05ff2aa8c09a08a (patch) | |
tree | 9097881a608091eefbbcc1793df9406f5231c399 | |
parent | 5b9f57516337b523f7466a53939aaaea7b78141b (diff) | |
parent | 185aceefd80f98dc5b9d73eb6cbb70739a5ce4ea (diff) |
Merge branch 'alx-mq-fixes'
Tobias Regnery says:
====================
alx: fix fallout from multi queue conversion
Here are 3 fixes for the multi queue conversion in v4.10.
The first patch fixes a wrong condition in an if statement.
Patches 2 and 3 fixes regressions in the corner case when requesting msi-x
interrupts fails and we fall back to msi or legacy interrupts.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>