diff --git a/arch/arm/src/lpc31xx/lpc31_ehci.c b/arch/arm/src/lpc31xx/lpc31_ehci.c index 03ae981d578..63f46b02bf6 100644 --- a/arch/arm/src/lpc31xx/lpc31_ehci.c +++ b/arch/arm/src/lpc31xx/lpc31_ehci.c @@ -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; } diff --git a/arch/arm/src/sama5/sam_ehci.c b/arch/arm/src/sama5/sam_ehci.c index bf6b5b5f9c4..b23ef8964e3 100644 --- a/arch/arm/src/sama5/sam_ehci.c +++ b/arch/arm/src/sama5/sam_ehci.c @@ -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; }