Re: [PATCH 3/6] ASoC: samsung: pcm: Use dev_err_probe() for error handling
Cezary Rojewski <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/2026 11:05 AM, [email protected] wrote: > From: bui duc phuc <[email protected]> > > Replace dev_err() with dev_err_probe() to prevent log spam when probe > returns -EPROBE_DEFER. Reviewed-by: Cezary Rojewski <[email protected]>