arch/arm/src/sama5/sam_ohci.c: Appease nxstyle
This commit is contained in:
parent
471e94c57b
commit
ad158866ed
@ -1353,11 +1353,15 @@ static inline int sam_reminted(struct sam_ed_s *ed)
|
||||
DEBUGASSERT(curr != NULL);
|
||||
if (curr != NULL)
|
||||
{
|
||||
/* Clear all current entries in the interrupt table for this direction */
|
||||
/* Clear all current entries in the interrupt table for this
|
||||
* direction
|
||||
*/
|
||||
|
||||
sam_setinttab(0, 2, offset);
|
||||
|
||||
/* Remove the ED from the list.. Is this ED the first on in the list? */
|
||||
/* Remove the ED from the list.. Is this ED the first on in the
|
||||
* list?
|
||||
*/
|
||||
|
||||
if (prev == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user