commit | bc32442176d7289a71a2e940e5e8ea63cd0a23bb | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Thu Jul 02 17:27:51 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 02 14:47:39 2020 -0700 |
tree | e9464ffa09dec31fd26af64b4fdc0d2dc9ce128b | |
parent | af3c38d3fb7c3003842974b1de454ecebbd8bc83 [diff] |
sfc: remove max_interrupt_mode All NICs supported by this driver are capable of MSI-X interrupts (only Falcon A1 wasn't, and that's now hived off into its own driver), so no need for a nic-type parameter. Besides, the code that checked it was buggy anyway (the following assignment that checked min_interrupt_mode overrode it). Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>