[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52F4CA77.5060007@linux.com>
Date: Fri, 07 Feb 2014 12:58:47 +0100
From: Levente Kurusa <levex@...ux.com>
To: Luis Henriques <luis.henriques@...onical.com>,
linux-kernel@...r.kernel.org, stable@...r.kernel.org,
kernel-team@...ts.ubuntu.com
CC: Anssi Hannula <anssi.hannula@....fi>, Takashi Iwai <tiwai@...e.de>,
Stephen Warren <swarren@...dia.com>,
Stephen Warren <swarren@...dotorg.org>
Subject: Re: [PATCH 3.11 229/233] ALSA: hda - hdmi: introduce patch_nvhdmi()
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists