]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_net: minor cleanup
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 14 Oct 2014 23:52:30 +0000 (10:22 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 14 Oct 2014 23:55:00 +0000 (10:25 +1030)
commit507613bf31f4bc0a344a1dfc1bc9074fed6eab8f
tree0d9dd9135a648791398dedbb02b0f0346af6fd51
parent080c637373904258ecc20cedc552b2472ab03d10
virtio_net: minor cleanup

goto done;
done:
return;
is ugly, it was put there to make diff review easier.
replace by open-coded return.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/net/virtio_net.c