projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae59c
)
ASoC: samsung: Remove unused variable from idma.c
author
Sachin Kamat
<sachin.kamat@samsung.com>
Thu, 26 Jun 2014 06:47:24 +0000
(12:17 +0530)
committer
Mark Brown
<broonie@linaro.org>
Fri, 27 Jun 2014 11:02:20 +0000
(12:02 +0100)
‘iiscon’ is not used in the function. Remove it.
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/samsung/idma.c
patch
|
blob
|
history
diff --git
a/sound/soc/samsung/idma.c
b/sound/soc/samsung/idma.c
index 8cc5770abb39bec29ea56c3be7131e2bb1e11e15..db6cefa18017c1db57568689661fc21bc80ec6ea 100644
(file)
--- a/
sound/soc/samsung/idma.c
+++ b/
sound/soc/samsung/idma.c
@@
-261,10
+261,9
@@
static int idma_mmap(struct snd_pcm_substream *substream,
static irqreturn_t iis_irq(int irqno, void *dev_id)
{
struct idma_ctrl *prtd = (struct idma_ctrl *)dev_id;
- u32 iis
con, iis
ahb, val, addr;
+ u32 iisahb, val, addr;
iisahb = readl(idma.regs + I2SAHB);
- iiscon = readl(idma.regs + I2SCON);
val = (iisahb & AHB_LVL0INT) ? AHB_CLRLVL0INT : 0;