mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
arch/arm/src/sama5/sam_ohci.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user