|
@@ -383,7 +383,7 @@ static unsigned long *dwc2_get_ls_map(struct dwc2_hsotg *hsotg,
|
|
/* Get the map and adjust if this is a multi_tt hub */
|
|
/* Get the map and adjust if this is a multi_tt hub */
|
|
map = qh->dwc_tt->periodic_bitmaps;
|
|
map = qh->dwc_tt->periodic_bitmaps;
|
|
if (qh->dwc_tt->usb_tt->multi)
|
|
if (qh->dwc_tt->usb_tt->multi)
|
|
- map += DWC2_ELEMENTS_PER_LS_BITMAP * qh->ttport;
|
|
|
|
|
|
+ map += DWC2_ELEMENTS_PER_LS_BITMAP * (qh->ttport - 1);
|
|
|
|
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|