Re: [PATCH] ASoC: Intel: Skylake: Check the kcontrol against NULL
From: Amadeusz Sławiński
Date: Fri Dec 11 2020 - 10:44:50 EST
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