Re: [PATCH v2 2/2] serdev: Remove repeated device name in dev_(err|dbg) messages
From: Zijun Hu
Date: Fri Apr 25 2025 - 07:36:56 EST
On 2025/4/25 02:34, Rob Herring wrote:
>> @@ -783,8 +783,8 @@ int serdev_controller_add(struct serdev_controller *ctrl)
>> goto err_rpm_disable;
>> }
>>
>> - dev_dbg(&ctrl->dev, "%s registered: dev:%p\n",
>> - dev_name(&ctrl->dev), &ctrl->dev);
> I don't understand why you add dev_name() and then turn around and
> remove it in the next patch. Just squash the patches.
okay, will do it in next revision.