Re: [PATCH] PCMCIA: Fix garbled log messages for KERN_CONT
From: Dominik Brodowski
Date: Mon Mar 30 2026 - 01:53:39 EST
Am Wed, Nov 26, 2025 at 05:42:56PM +0100 schrieb René Rebe:
> For years the PCMCIA info messages are messed up by superfluous
> newlines. While f2e6cf76751d ("pcmcia: Convert dev_printk to
> dev_<level>") converted the code to pr_cont(), dev_info enforces a \n
> via vprintk_store setting LOG_NEWLINE, breaking subsequent pr_cont.
>
> Fix by logging the device name manually to allow pr_cont to work for
> more readable and not \n distorted logs.
>
> Fixes: f2e6cf76751d ("pcmcia: Convert dev_printk to dev_<level>")
> Signed-off-by: René Rebe <rene@xxxxxxxxxx>
Applied to pcmcia-next, thanks.
Dominik