Skip to content

Commit 33b7627

Browse files
committed
Bump
1 parent e754fc1 commit 33b7627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cru/CruDmaChannel.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ void CruDmaChannel::deviceStopDma()
176176
moved++;
177177
}
178178
}
179+
179180
assert(link.queue.empty());
180181
}
181182
assert(mLinkQueuesTotalAvailable == LINK_QUEUE_CAPACITY * mLinks.size());
@@ -314,7 +315,7 @@ void CruDmaChannel::fillSuperpages()
314315
if (mReadyQueue.size() >= READY_QUEUE_CAPACITY) {
315316
break;
316317
}
317-
318+
318319
// Front superpage has arrived
319320
transferSuperpageFromLinkToReady(link);
320321
}

0 commit comments

Comments
 (0)