From: Wang Xingchao Date: Mon, 24 Jun 2013 13:10:18 +0000 (-0400) Subject: ALSA: hda - Remove unused variable X-Git-Tag: v3.11-rc1~23^2~7^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1a4dca6711c68b6fcc4a236b3475f25dbf227ae;p=platform%2Fkernel%2Flinux-stable.git ALSA: hda - Remove unused variable Signed-off-by: Wang Xingchao Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 49ef8f8..8428763 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1887,7 +1887,6 @@ static void intel_haswell_fixup_connect_list(struct hda_codec *codec, /* override pins connection list */ snd_printdd("hdmi: haswell: override pin connection 0x%x\n", nid); - nconns = max(spec->num_cvts, 4); snd_hda_override_conn_list(codec, nid, spec->num_cvts, spec->cvt_nids); }