4 Jun
2024
4 Jun
'24
9:55 a.m.
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@kernel.org/
Johan