We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f7938b + 7b6f9d9 commit 63050beCopy full SHA for 63050be
1 file changed
drivers/cxl/core/hdm.c
@@ -844,14 +844,13 @@ static int cxl_decoder_commit(struct cxl_decoder *cxld)
844
scoped_guard(rwsem_read, &cxl_rwsem.dpa)
845
setup_hw_decoder(cxld, hdm);
846
847
- port->commit_end++;
848
rc = cxld_await_commit(hdm, cxld->id);
849
if (rc) {
850
dev_dbg(&port->dev, "%s: error %d committing decoder\n",
851
dev_name(&cxld->dev), rc);
852
- cxld->reset(cxld);
853
return rc;
854
}
+ port->commit_end++;
855
cxld->flags |= CXL_DECODER_F_ENABLE;
856
857
return 0;
0 commit comments