[NETPOLL]: netpoll_poll() cleanup
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 20 Nov 2007 03:18:11 +0000 (19:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:16 +0000 (14:54 -0800)
Restructure code slightly to improve readability:
  * dereference device once
  * change obvious while() loop
  * let poll_napi() handle null list itself

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found