From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c Date: Mon, 11 May 2015 14:31:41 +0200 Message-ID: References: <1431332637-8650-1-git-send-email-david.henningsson@canonical.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 06B2B2615F3 for ; Mon, 11 May 2015 14:31:42 +0200 (CEST) In-Reply-To: <1431332637-8650-1-git-send-email-david.henningsson@canonical.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: David Henningsson Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Mon, 11 May 2015 10:23:57 +0200, David Henningsson wrote: > > Janitorial patch (no functional change) > > Signed-off-by: David Henningsson Applied, thanks. Takashi > --- > sound/pci/hda/patch_hdmi.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c > index e8d8478..fd11ad7 100644 > --- a/sound/pci/hda/patch_hdmi.c > +++ b/sound/pci/hda/patch_hdmi.c > @@ -2049,9 +2049,7 @@ static int generic_hdmi_build_pcms(struct hda_codec *codec) > for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) { > struct hda_pcm *info; > struct hda_pcm_stream *pstr; > - struct hdmi_spec_per_pin *per_pin; > > - per_pin = get_pin(spec, pin_idx); > info = snd_hda_codec_pcm_new(codec, "HDMI %d", pin_idx); > if (!info) > return -ENOMEM; > -- > 1.9.1 >