Re: [PATCH] soundwire: bus: suppress probe deferral errors

From: Johan Hovold
Date: Tue Jun 04 2024 - 03:56:14 EST


On Mon, Jun 03, 2024 at 02:31:27PM +0200, Johan Hovold wrote:
> Use dev_err_probe() to avoid logging errors on probe deferral:
>
> wsa884x-codec sdw:4:0:0217:0204:00:0: Probe of wsa884x-codec failed: -517

The error message here should just be removed as it is already logged by
driver core and does not provide any additional information.

I've sent a v2 here:

https://lore.kernel.org/lkml/20240604075213.20815-1-johan+linaro@xxxxxxxxxx/

Johan