From: Jesper Juhl Date: Sun, 13 Nov 2011 22:11:50 +0000 (+0100) Subject: ALSA: hda/realtek: remove redundant semicolon X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e53de8f00c80fd1a312c95bc5157fdb98d46e070;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ALSA: hda/realtek: remove redundant semicolon Having just one semicolon after a break statement is enough. Signed-off-by: Jesper Juhl Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 308bb575bc0..336d14eb72a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1452,7 +1452,7 @@ static void alc_apply_fixup(struct hda_codec *codec, int action) switch (fix->type) { case ALC_FIXUP_SKU: if (action != ALC_FIXUP_ACT_PRE_PROBE || !fix->v.sku) - break;; + break; snd_printdd(KERN_INFO "hda_codec: %s: " "Apply sku override for %s\n", codec->chip_name, modelname);