From: Andrew Lunn Date: Mon, 13 May 2013 23:54:20 +0000 (+0000) Subject: mv643xx_eth: fix NAPI weight being > 64 X-Git-Tag: v3.10-rc3~18^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3659aa09a2ee7e0028349b9100d8b4a7750a4be;p=pandora-kernel.git mv643xx_eth: fix NAPI weight being > 64 3.10-rc1 issues the following warning: netif_napi_add() called with weight 128 on device eth%d This patch reduce the weight to 64, using NAPI_POLL_WEIGHT. Signed-off-by: Andrew Lunn Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed