ASoC: samsung: Remove unused variable from idma.c
authorSachin Kamat <sachin.kamat@samsung.com>
Thu, 26 Jun 2014 06:47:24 +0000 (12:17 +0530)
committerMark 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

index 8cc5770abb39bec29ea56c3be7131e2bb1e11e15..db6cefa18017c1db57568689661fc21bc80ec6ea 100644 (file)
@@ -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 iiscon, iisahb, val, addr;
+       u32 iisahb, val, addr;
 
        iisahb  = readl(idma.regs + I2SAHB);
-       iiscon  = readl(idma.regs + I2SCON);
 
        val = (iisahb & AHB_LVL0INT) ? AHB_CLRLVL0INT : 0;
 
This page took 0.02735 seconds and 5 git commands to generate.