diff options
| author | Gerd Hoffmann | 2010-12-16 17:03:44 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2011-05-04 14:11:08 +0200 |
| commit | 13a9a0d3e253e272744b523e39642c9b6d564f4d (patch) | |
| tree | f8591c4f360bd40a98fc756195920181cac71ec4 /usb-linux.c | |
| parent | musb: get musb state via container_of() (diff) | |
| download | qemu-13a9a0d3e253e272744b523e39642c9b6d564f4d.tar.gz qemu-13a9a0d3e253e272744b523e39642c9b6d564f4d.tar.xz qemu-13a9a0d3e253e272744b523e39642c9b6d564f4d.zip | |
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); |
