diff options
Diffstat (limited to 'drivers/usb/host/ehci-sched.c')
-rw-r--r-- | drivers/usb/host/ehci-sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index 3ea05936851f..3efa59b18044 100644 --- a/drivers/usb/host/ehci-sched.c +++ b/drivers/usb/host/ehci-sched.c | |||
@@ -1425,6 +1425,7 @@ iso_stream_schedule ( | |||
1425 | status = -EFBIG; | 1425 | status = -EFBIG; |
1426 | goto fail; | 1426 | goto fail; |
1427 | } | 1427 | } |
1428 | stream->next_uframe = start; | ||
1428 | goto ready; | 1429 | goto ready; |
1429 | } | 1430 | } |
1430 | 1431 | ||