• Andrew Morton's avatar
    [PATCH] mpparse printk fix · 97c52a80
    Andrew Morton authored
    From: Herbert Xu <herbert@gondor.apana.org.au>
    
    The recent patch produces a message with no terminating newline on the
    machine in question.  This is because one of the four bytes that you're
    printing out is NUL.  The following patch avoids that problem.
    97c52a80
mpparse.c 30.8 KB