We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c55e9 commit 7941c68Copy full SHA for 7941c68
prov/cxi/src/cxip_cntr.c
@@ -771,7 +771,7 @@ static int cxip_cntr_close(struct fid *fid)
771
CXIP_DBG("Counter disabled: %p\n", cntr);
772
773
if (cntr->trig_cmdq != NULL) {
774
- assert(cxip_cmdq_empty(&cntr->trig_cmdq));
+ assert(cxip_cmdq_empty(cntr->trig_cmdq));
775
cxip_cmdq_free(cntr->trig_cmdq);
776
cntr->trig_cmdq = NULL;
777
}
0 commit comments