Skip to content

Commit 11631ca

Browse files
committed
ASoC: wm_adsp: Fixup coding standard issue introduced in ab1bb1d
Change-Id: I237fb66bb4de8b5329cbf24ecb4ec90b517e4caf Signed-off-by: Andrew Ford <[email protected]>
1 parent 75ca0b0 commit 11631ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm_adsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,7 @@ int wm_adsp2_codec_probe(struct wm_adsp *dsp, struct snd_soc_codec *codec)
38343834
{
38353835
char preload[32];
38363836

3837-
if(!dsp->no_preloader){
3837+
if (!dsp->no_preloader) {
38383838
snprintf(preload, ARRAY_SIZE(preload), "%s Preload", dsp->name);
38393839
snd_soc_component_disable_pin(&codec->component, preload);
38403840
}

0 commit comments

Comments
 (0)