summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2026-08-25 10:30:43 +0200
committerPaulo Alcantara <pc@manguebit.org>2026-08-30 14:05:05 -0300
commitd83a21bb26015bfdd79b0440fe816b271b8bbab3 (patch)
tree3178676de98b53ffc3920f983668cdcd367766be /include
parent448ba0ae65ca61064183564d2983c9aa59bd6ba7 (diff)
smb: client: transport: Fix debug printing in __release_mid()
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. Fixes: 0b456f04bcdf ("cifs: convert printk(LEVEL...) to pr_<level>") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Paulo Alcantara <pc@manguebit.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions