mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant while () from loop.
Submitted by: Ganbold <ganbold@micom.mng.net> Reviewed by: scottl
This commit is contained in:
parent
455cc6ec70
commit
01f312783e
1 changed files with 1 additions and 1 deletions
|
|
@ -2979,7 +2979,7 @@ err:
|
|||
db_tr = STAILQ_NEXT(db_tr, link);
|
||||
resCount = FWOHCI_DMA_READ(db_tr->db[0].db.desc.res)
|
||||
& OHCI_COUNT_MASK;
|
||||
} while (resCount == 0)
|
||||
}
|
||||
printf(" done\n");
|
||||
dbch->top = db_tr;
|
||||
dbch->buf_offset = dbch->xferq.psize - resCount;
|
||||
|
|
|
|||
Loading…
Reference in a new issue