Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / tty / mips_ejtag_fdc.c
index aac80b6..afbf773 100644 (file)
@@ -309,7 +309,7 @@ static void mips_ejtag_fdc_console_write(struct console *c, const char *s,
        unsigned int i, buf_len, cpu;
        bool done_cr = false;
        char buf[4];
-       const char *buf_ptr = buf;
+       const u8 *buf_ptr = buf;
        /* Number of bytes of input data encoded up to each byte in buf */
        u8 inc[4];