From: Alexey Brodkin Date: Tue, 13 Aug 2013 13:04:36 +0000 (+0400) Subject: ethernet/arc/arc_emac - fix NAPI "work > weight" warning X-Git-Tag: v3.11-rc6~11^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cff866e37eb47780bf34842fcf371e41c5a0639;p=pandora-kernel.git 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 Cc: Vineet Gupta Cc: Mischa Jonker Cc: Arnd Bergmann Cc: Grant Likely Cc: Rob Herring Cc: Paul Gortmaker Cc: "David S. Miller" Cc: linux-kernel@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed