On Tue, Jun 29, 2021 at 02:17:23PM +0200, Nicolas Saenz Julienne wrote: > We don't want to print an error message each time > devm_snd_soc_register_card() returns -EPROBE_DEFER, the function will > most likely succeed some time in the future, once the missing resources > are available. So use dev_err_probe(), which will redirect the messages > to the debug log level in such case. > > Signed-off-by: Nicolas Saenz Julienne Applied, thanks Maxime