Re: [PATCH] ASoC: Intel: boards: sof-wm8804: add check for PLL setting

2021-03-01 Thread Mark Brown
On Fri, 26 Feb 2021 18:56:53 +, Colin King wrote: > Currently the return from snd_soc_dai_set_pll is not checking for > failure, this is the only driver in the kernel that ignores this, > so it probably should be added for sake of completeness. Fix this > by adding an error return check.

Re: [PATCH] ASoC: Intel: boards: sof-wm8804: add check for PLL setting

2021-02-26 Thread Pierre-Louis Bossart
On 2/26/21 12:56 PM, Colin King wrote: From: Colin Ian King Currently the return from snd_soc_dai_set_pll is not checking for failure, this is the only driver in the kernel that ignores this, so it probably should be added for sake of completeness. Fix this by adding an error return check.

[PATCH] ASoC: Intel: boards: sof-wm8804: add check for PLL setting

2021-02-26 Thread Colin King
From: Colin Ian King Currently the return from snd_soc_dai_set_pll is not checking for failure, this is the only driver in the kernel that ignores this, so it probably should be added for sake of completeness. Fix this by adding an error return check. Addresses-Coverity: ("Unchecked return