diff options
author | Alexey Brodkin <[email protected]> | 2013-08-13 17:04:36 +0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-08-13 17:00:45 -0700 |
commit | 9cff866e37eb47780bf34842fcf371e41c5a0639 (patch) | |
tree | d4ebd719a73a9616c557d0395ceb9a48aee3aa2b /lib/mpi/mpi-cmp.c | |
parent | 4221f40513233fa8edeef7fc82e44163fde03b9b (diff) |
ethernet/arc/arc_emac - fix NAPI "work > weight" warning
Initially I improperly set a boundary for maximum number of input
packets to process on NAPI poll ("work") so it might be more than
expected amount ("weight").
This was really harmless but seeing WARN_ON_ONCE on every device boot is
not nice. So trivial fix ("<" instead of "<=") is here.
Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Mischa Jonker <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions