]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: vhci-hcd: Replace pr_*() with dev_*() logging
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Wed, 8 Oct 2025 16:54:27 +0000 (19:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:35:16 +0000 (09:35 +0200)
commita3a8c9c18f6904a777ff21f300d3da8c2b214c80
tree44da3e616b51f13c3ecda07e1b17caebf9ef73e7
parente361b2bf54308593158e2abd0645740eee95a9a9
usb: vhci-hcd: Replace pr_*() with dev_*() logging

Where possible, use driver model logging helpers dev_*() instead of
pr_*() to ensure the messages are always associated with the
corresponding device/driver.

While at it, join the split strings to make checkpatch happy and regain
ability to grep for those log messages in the source code:

  WARNING: quoted string split across lines

Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20251008-vhci-hcd-cleanup-v2-2-b6acc4dd6e44@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci_hcd.c