Re: [PATCH v1 1/1] smb: client: transport: Fix debug printing in __release_mid()
From: Paulo Alcantara
Date: Wed Aug 26 2026 - 22:22:37 EST
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> writes:
> Long time ago during upgrading printk():s to the respective pr_<level>()
> calls one misconversion happened and nobody has noticed that. So,
> previously printk(KERN_DEBUG) + printk() worked as one long debug print
> since the trailing '\n' is only present in the followup printk() format
> string. The culprit change missed that and split the message to two on
> the different levels. Restore the original behaviour to make users be
> less confused in the most likely never happen cases of partially getting
> that message.
> ...
Applied.