[PATCH] ASoC: Intel: Skylake: Check the kcontrol against NULL

Amadeusz Sławiński amadeuszx.slawinski at linux.intel.com
Fri Dec 11 16:42:04 CET 2020


On 12/10/2020 1:14 PM, Lukasz Majczak wrote:
> +		kcontrol = dobj->control.kcontrol;
> +		if(!kcontrol)
> +			continue;

Small nitpick, there should be space between if and opening parenthesis 
as recommended by coding style.

Thanks,
Amadeusz


More information about the Alsa-devel mailing list