net: macb: use NAPI_POLL_WEIGHT
authorAntoine Tenart <antoine.tenart@bootlin.com>
Fri, 21 Jun 2019 15:28:55 +0000 (17:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2019 16:19:42 +0000 (09:19 -0700)
commit760a3c1aa173cafb6e8c12cc038fa8ef442625b0
treede0adc1c31c6297d7c4728cfa94ab70c7647064e
parent38a3889f2d9526748af51a863968e941f7d42e63
net: macb: use NAPI_POLL_WEIGHT

Use NAPI_POLL_WEIGHT, the default NAPI poll() weight instead of
redefining our own value (which turns out to be 64 as well).

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_main.c