Fix build after r241659.

This commit is contained in:
Gleb Smirnoff 2012-10-18 14:25:33 +00:00
parent 15134be81b
commit 9427a0feed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241689

View File

@ -124,7 +124,7 @@ nvme_qpair_process_completions(struct nvme_qpair *qpair)
qpair->act_tr[cpl->cid] = NULL;
KASSERT(cpl->cid == tr->cmd.cid,
KASSERT(cpl->cid == req->cmd.cid,
("cpl cid does not match cmd cid\n"));
if (req->cb_fn && !retry)