Signed-off-by: Ben Widawsky <ben@xxxxxxxxxxxx> --- tools/intel_l3_parity.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/intel_l3_parity.c b/tools/intel_l3_parity.c index ad027ac..970dcd6 100644 --- a/tools/intel_l3_parity.c +++ b/tools/intel_l3_parity.c @@ -58,12 +58,12 @@ static void dumpit(void) for (j = 0; j < NUM_SUBBANKS; j++) { struct l3_log_register *reg = &l3log[i][j]; - if (reg->row0_enable) - printf("Row %d, Bank %d, Subbank %d is disabled\n", - reg->row0, i, j); - if (reg->row1_enable) - printf("Row %d, Bank %d, Subbank %d is disabled\n", - reg->row1, i, j); + if (reg->row0_enable) + printf("Row %d, Bank %d, Subbank %d is disabled\n", + reg->row0, i, j); + if (reg->row1_enable) + printf("Row %d, Bank %d, Subbank %d is disabled\n", + reg->row1, i, j); } } } -- 1.8.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx