Re: [PATCH] serdev: Get serdev controller's name by dev_name()
From: Zijun Hu
Date: Thu Apr 24 2025 - 07:22:08 EST
On 2025/4/24 00:56, Greg Kroah-Hartman wrote:
>> actually. drivers/tty/serdev/* have other such usages, for example.
>>
>> dev_dbg(&serdev->dev, "device %s registered\n", dev_name(&serdev->dev));
>> dev_err(&serdev->dev, "Can't add %s, status
>> %pe\n",dev_name(&serdev->dev), ERR_PTR(err));
> Then those should also be fixed.
okay. let me append a patch to fix them as well.