Loading
PCMCIA: Fix garbled log messages for KERN_CONT
For years the PCMCIA info messages are messed up by superfluous newlines. While f2e6cf76 ("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: f2e6cf76 ("pcmcia: Convert dev_printk to dev_<level>") Signed-off-by:René Rebe <rene@exactco.de> Signed-off-by:
Dominik Brodowski <linux@dominikbrodowski.net>