diff options
Diffstat (limited to 'drivers/usb/host/ehci-sched.c')
| -rw-r--r-- | drivers/usb/host/ehci-sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index 57e77374d228..ebcca9700671 100644 --- a/drivers/usb/host/ehci-sched.c +++ b/drivers/usb/host/ehci-sched.c | |||
| @@ -1063,6 +1063,7 @@ sitd_slot_ok ( | |||
| 1063 | 1063 | ||
| 1064 | /* for IN, check CSPLIT */ | 1064 | /* for IN, check CSPLIT */ |
| 1065 | if (stream->c_usecs) { | 1065 | if (stream->c_usecs) { |
| 1066 | uf = uframe & 7; | ||
| 1066 | max_used = 100 - stream->c_usecs; | 1067 | max_used = 100 - stream->c_usecs; |
| 1067 | do { | 1068 | do { |
| 1068 | tmp = 1 << uf; | 1069 | tmp = 1 << uf; |
| @@ -1843,8 +1844,7 @@ done: | |||
| 1843 | #else | 1844 | #else |
| 1844 | 1845 | ||
| 1845 | static inline int | 1846 | static inline int |
| 1846 | sitd_submit (struct ehci_hcd *ehci, struct urb *urb, | 1847 | sitd_submit (struct ehci_hcd *ehci, struct urb *urb, gfp_t mem_flags) |
| 1847 | unsigned mem_flags) | ||
| 1848 | { | 1848 | { |
| 1849 | ehci_dbg (ehci, "split iso support is disabled\n"); | 1849 | ehci_dbg (ehci, "split iso support is disabled\n"); |
| 1850 | return -ENOSYS; | 1850 | return -ENOSYS; |
