From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <52F4CA77.5060007@linux.com> Date: Fri, 07 Feb 2014 12:58:47 +0100 From: Levente Kurusa Reply-To: Levente Kurusa MIME-Version: 1.0 To: Luis Henriques , linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com CC: Anssi Hannula , Takashi Iwai , Stephen Warren , Stephen Warren Subject: Re: [PATCH 3.11 229/233] ALSA: hda - hdmi: introduce patch_nvhdmi() References: <1391773652-25214-1-git-send-email-luis.henriques@canonical.com> <1391773652-25214-230-git-send-email-luis.henriques@canonical.com> In-Reply-To: <1391773652-25214-230-git-send-email-luis.henriques@canonical.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi, On 02/07/2014 12:47 PM, Luis Henriques wrote: > 3.11.10.4 -stable review patch. If anyone has any objections, please let me know. > [...] > > +static int patch_nvhdmi(struct hda_codec *codec) > +{ > + struct hdmi_spec *spec; > + int err; > + > + err = patch_generic_hdmi(codec); > + if (err) > + return err; > + > + spec = codec->spec; > + > + return 0; > +} > [...] Is it just me or is it that the 'spec' variable has no use? -- Regards, Levente Kurusa