Re: [PATCH v2 1/1] usb: typec: ucsi: Don't warn on probe deferral

From: Wayne Chang
Date: Tue Sep 27 2022 - 09:43:21 EST


Hi Greg,

Thanks for the review.

On 9/27/22 20:40, Greg KH wrote:
> External email: Use caution opening links or attachments
>
>
> On Tue, Sep 27, 2022 at 08:29:13PM +0800, Wayne Chang wrote:
>> Deferred probe is an expected return value for fwnode_usb_role_switch_get().
>> Given that the driver deals with it properly, there's no need to output a
>> warning that may potentially confuse users.
>>
>> Fixes: 3c162511530c ("usb: typec: ucsi: Wait for the USB role switches")
>> Cc: stable@xxxxxxxxxxxxxxx
>
> Why is this a bugfix that needs to be backported? The current code
> works the same as what you are changing it to be, there's no functional
> difference, right?
>
> thanks,
>
> greg k-h
>

Yes, there's no functional difference but clears probe deferral warnings.
I'll send v3 to remove them.

thanks,
Wayne.