summaryrefslogtreecommitdiff
path: root/usb-linux.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-12-16 17:03:44 +0100
committerGerd Hoffmann <kraxel@redhat.com>2011-05-04 14:11:08 +0200
commit13a9a0d3e253e272744b523e39642c9b6d564f4d (patch)
treef8591c4f360bd40a98fc756195920181cac71ec4 /usb-linux.c
parent5dc1672b279344b5e4e1ba5526a8e45466b953a8 (diff)
downloadqemu-13a9a0d3e253e272744b523e39642c9b6d564f4d.tar.gz
usb: move complete callback to port ops
Diffstat (limited to 'usb-linux.c')
-rw-r--r--usb-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-linux.c b/usb-linux.c
index 730eac2ca6..36a01ea0de 100644
--- a/usb-linux.c
+++ b/usb-linux.c
@@ -348,7 +348,7 @@ static void async_complete(void *opaque)
break;
}
- usb_packet_complete(p);
+ usb_packet_complete(&s->dev, p);
}
async_free(aurb);