diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-12-16 17:03:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-04 14:11:08 +0200 |
commit | 13a9a0d3e253e272744b523e39642c9b6d564f4d (patch) | |
tree | f8591c4f360bd40a98fc756195920181cac71ec4 /usb-linux.c | |
parent | 5dc1672b279344b5e4e1ba5526a8e45466b953a8 (diff) |
usb: move complete callback to port ops
Diffstat (limited to 'usb-linux.c')
-rw-r--r-- | usb-linux.c | 2 |
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); |