* [PATCH] ASoC: pxa2xx-i2s: Remove unneeded init of static variable
@ 2017-02-25 20:57 Codrut Grosu
0 siblings, 0 replies; only message in thread
From: Codrut Grosu @ 2017-02-25 20:57 UTC (permalink / raw)
To: perex, daniel, robert.jarzmik, haojian.zhuang, tiwai
Cc: alsa-devel, lgirdwood, linux-kernel, Codrut Grosu, broonie,
linux-arm-kernel
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
sound/soc/pxa/pxa2xx-i2s.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 3fb60ba..744edc6 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@ -80,7 +80,7 @@ struct pxa_i2s_port {
};
static struct pxa_i2s_port pxa_i2s;
static struct clk *clk_i2s;
-static int clk_ena = 0;
+static int clk_ena;
static unsigned long pxa2xx_i2s_pcm_stereo_out_req = 3;
static struct snd_dmaengine_dai_dma_data pxa2xx_i2s_pcm_stereo_out = {
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-25 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 20:57 [PATCH] ASoC: pxa2xx-i2s: Remove unneeded init of static variable Codrut Grosu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).