virtio-net: return with value in void function
commit57c3229ba1c5cecae277301b8b16577fbf2de98b
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 9 May 2010 11:35:43 +0000 (9 14:35 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 12 May 2010 15:33:39 +0000 (12 18:33 +0300)
treecad5ce470e58531d5d10c9962a4f3fa82ca26c0e
parentfae054b070143a60ce40671470292efc2dc58a49
virtio-net: return with value in void function

virtio-net has return with value in a void function.
No idea why does it compile with gcc,
but this isn't standard C.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio-net.c