Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / drivers / usb / uhci.c
index 721fde00f7fbd6cc525a0694e3ac934f9c27f2a5..1f80c6a3c699486be2f4d562007515eaccced2d7 100644 (file)
@@ -65,7 +65,7 @@ static void
 td_dump (td_t *td)
 {
        char td_value[3];
-       char *td_type;
+       const char *td_type;
        switch (td->pid) {
                case UHCI_SETUP:
                        td_type="SETUP";