]> git.karo-electronics.de Git - karo-tx-linux.git/commit
qlcnic: fix napi budget alteration
authorManish Chopra <manish.chopra@qlogic.com>
Wed, 3 Aug 2016 08:02:03 +0000 (04:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Aug 2016 19:03:35 +0000 (12:03 -0700)
commitfc4ca987f7cc0cb7ea8cb8bb673447939a84bb07
tree4e4821b6430420a1b083a5acc4b3653b6070247e
parent2b10d3ecf2dac737653828889ff85f614318f01a
qlcnic: fix napi budget alteration

Driver modifies the supplied NAPI budget in qlcnic_83xx_msix_tx_poll()
function. Instead, it should use the budget as it is.

Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c