Thread (5 messages) 5 messages, 3 authors, 2021-01-27

RE: [PATCH v8 2/2] ufs: exynos: introduce command history

From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-01-26 12:12:58

+
+       for (i = 0 ; i < count ; i++, data++) {
+               dev_err(dev, ": 0x%02x, %02d, 0x%08llx, 0x%04x, %d, %llu, %llu,
0x%llx",
+                               data->op, data->tag, data->lba, data->sct, data->retries,
+                               data->start_time, data->end_time, data-
quoted
outstanding_reqs);
+               idx = (idx == MAX_CMD_LOGS - 1) ? 0 : idx + 1;
+       }
Maybe just outside of the loop:
idx += count;
idx %= (MAX_CMD_LOGS - 1);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help