virtio: fix net driver loop case where we fail to restart
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Nov 2007 16:20:43 +0000 (11:20 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Nov 2007 00:20:44 +0000 (11:20 +1100)
skb is only NULL the first time around: it's more correct to test for
being under-budget.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found