]> git.baikalelectronics.ru Git - kernel.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)
commit855e1b0e5ba1c3ee4ee8875ba1dd80e6d5402604
tree4e4821b6430420a1b083a5acc4b3653b6070247e
parente32714c2bbaa7922e2eb68a5f78c98f9cae9fb67
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