ALSA: hda/realtek: remove redundant semicolon
Having just one semicolon after a break statement is enough. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
afef2cfa0e
commit
e53de8f00c
@@ -1452,7 +1452,7 @@ static void alc_apply_fixup(struct hda_codec *codec, int action)
|
|||||||
switch (fix->type) {
|
switch (fix->type) {
|
||||||
case ALC_FIXUP_SKU:
|
case ALC_FIXUP_SKU:
|
||||||
if (action != ALC_FIXUP_ACT_PRE_PROBE || !fix->v.sku)
|
if (action != ALC_FIXUP_ACT_PRE_PROBE || !fix->v.sku)
|
||||||
break;;
|
break;
|
||||||
snd_printdd(KERN_INFO "hda_codec: %s: "
|
snd_printdd(KERN_INFO "hda_codec: %s: "
|
||||||
"Apply sku override for %s\n",
|
"Apply sku override for %s\n",
|
||||||
codec->chip_name, modelname);
|
codec->chip_name, modelname);
|
||||||
|
Reference in New Issue
Block a user