| Submitter | Kevin Wolf |
|---|---|
| Date | Aug. 10, 2012, 4:47 p.m. |
| Message ID | <1344617249-6620-2-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/176541/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/virtio-blk.c b/hw/virtio-blk.c index f21757e..552b3b6 100644 --- a/hw/virtio-blk.c +++ b/hw/virtio-blk.c @@ -254,6 +254,7 @@ static void virtio_blk_handle_scsi(VirtIOBlockReq *req) virtio_blk_req_complete(req, status); g_free(req); + return; #else abort(); #endif