Skip to content
Snippets Groups Projects
Commit d8494469 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Read error-status from config space

parent 74845d71
Branches
Tags
No related merge requests found
......@@ -223,6 +223,7 @@ void eb_device_flush(eb_device_t devicep) {
if (rcount == 0 && (ops >= maxops || (ops > 0 && needs_check && scanp == EB_NULL))) {
/* Insert error-flag read */
rxcount = 1;
rcfg = 1;
} else {
rxcount = rcount;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment