diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-16 11:05:55 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-16 11:05:55 +0100 |
commit | 8b940fc457fbf883053caf397586a61bd3cae23e (patch) | |
tree | 9d5282f2830c99faa073928ecd84a48bf0f7077c /sound/pci/hda/patch_realtek.c | |
parent | 19723079db3ef1769803e05293314461ba81dede (diff) | |
parent | 25d7d59d1f7321be85bda175c9a1bb85ca1b5881 (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8d1b27b2f78c..14feecf2d802 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1472,7 +1472,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); |