diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2009-02-13 17:44:07 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2009-02-13 17:44:07 +0000 |
| commit | 01f312783e48b89e98dbeb5b8603985f416f86da (patch) | |
| tree | 5819497105fbd41717883a71a5b6a2bf3bd1b60e /sys/dev/firewire | |
| parent | 455cc6ec70785aeac58e1196184b89b692c814a6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 7e7910f7f092..edfc04799ac6 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -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; |
