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

From: Greg KH
Date: Tue Sep 27 2022 - 08:41:28 EST


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