[alsa-devel] [PATCH] ASoC: fsl: imx-pcm-fiq: Remove unused 'runtime' variable
From: Fabio Estevam fabio.estevam@freescale.com
Commit 68f9672b (ASoC: fsl: imx-pcm-fiq: remove bogus period delta calculation) introduced the following build warning:
sound/soc/fsl/imx-pcm-fiq.c:53:26: warning: unused variable 'runtime' [-Wunused-variable]
Remove the unused 'runtime' variable.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- sound/soc/fsl/imx-pcm-fiq.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c index 73cb07d..41740e4 100644 --- a/sound/soc/fsl/imx-pcm-fiq.c +++ b/sound/soc/fsl/imx-pcm-fiq.c @@ -50,7 +50,6 @@ static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) struct imx_pcm_runtime_data *iprtd = container_of(hrt, struct imx_pcm_runtime_data, hrt); struct snd_pcm_substream *substream = iprtd->substream; - struct snd_pcm_runtime *runtime = substream->runtime; struct pt_regs regs;
if (!atomic_read(&iprtd->running))
On Fri, Nov 08, 2013 at 00:55:00 -0200, Fabio Estevam wrote:
Commit 68f9672b (ASoC: fsl: imx-pcm-fiq: remove bogus period delta calculation) introduced the following build warning:
sound/soc/fsl/imx-pcm-fiq.c:53:26: warning: unused variable 'runtime' [-Wunused-variable]
Remove the unused 'runtime' variable.
Acked-by: Oskar Schirmer oskar@scara.com
On Fri, Nov 08, 2013 at 07:56:11AM +0000, Oskar Schirmer wrote:
Acked-by: Oskar Schirmer oskar@scara.com
Applied, thanks.
On Fri, Nov 08, 2013 at 12:55:00AM -0200, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@freescale.com
Commit 68f9672b (ASoC: fsl: imx-pcm-fiq: remove bogus period delta calculation) introduced the following build warning:
Applied, thanks.
participants (3)
-
Fabio Estevam
-
Mark Brown
-
Oskar Schirmer