commit | b0ba66671a92f7d12fdbc42592d36e678f713efc | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 29 13:22:52 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu May 31 01:23:35 2007 -0700 |
tree | 80aaa15272dca59160f5ffb6952941d01c084218 | |
parent | e4fd5da39f99d5921dda1fe3d93652fbd925fbfd [diff] |
[NET] napi: Call __netif_rx_complete in netif_rx_complete This patch kills a little bit of code duplication between the two variants of netif_rx_complete. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>