Re: [PATCH 17/17] usb: vhci-hcd: Replace pr_*() with dev_*() logging
From: Shuah Khan
Date: Wed Sep 24 2025 - 16:41:46 EST
On 9/2/25 05:56, Cristian Ciocaltea wrote:
Where possible, use driver model logging helpers dev_*() instead of
pr_*() to ensure the messages are always associated with the
corresponding device/driver.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx>
---
Acked-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
thanks,
-- Shuah