Various small fixes (trivial).
[coreboot.git] / util / superiotool / superiotool.c
index 72e6b6c923e097608e665896a77bd5e2f8f27efb..bce0b324f3ea7b2f580995d8fe5b56dafe6b82e9 100644 (file)
@@ -115,7 +115,7 @@ static void dump_regs(const struct superio_registers reg_table[],
                        printf(" NA");
                else if (idx[k] == RSVD)
                        printf(" RR");
-               else if (idx[k] == MISC)        /* TODO */
+               else if (idx[k] == MISC)
                        printf(" MM");
                else
                        printf(" %02x", idx[k]);