EHCI: Fix qh_ioccheck to move bp to next QH
This commit is contained in:
parent
6799bba3c1
commit
8cc83fa6dc
@ -2765,7 +2765,7 @@ static int lpc31_qh_ioccheck(struct lpc31_qh_s *qh, uint32_t **bp, void *arg)
|
||||
/* Yes... we cannot process the QH while it is still active. Return
|
||||
* zero to visit the next QH in the list.
|
||||
*/
|
||||
|
||||
*bp = &qh->hw.hlp;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
@ -2581,7 +2581,7 @@ static int sam_qh_ioccheck(struct sam_qh_s *qh, uint32_t **bp, void *arg)
|
||||
/* Yes... we cannot process the QH while it is still active. Return
|
||||
* zero to visit the next QH in the list.
|
||||
*/
|
||||
|
||||
*bp = &qh->hw.hlp;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user