aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@samsung.com>2014-06-26 12:17:24 +0530
committerMark Brown <broonie@linaro.org>2014-06-27 12:02:20 +0100
commit41adf9056a26cf2e03139feefccf1c1d236a1c63 (patch)
treed6cce62f634bfa2a39300c4211f9eeda99b37e35 /sound/soc/samsung
parentASoC: samsung: s3c24xx-i2s: Move to clk_prepare_enable/clk_disable_unprepare (diff)
downloadlinux-dev-41adf9056a26cf2e03139feefccf1c1d236a1c63.tar.xz
linux-dev-41adf9056a26cf2e03139feefccf1c1d236a1c63.zip
ASoC: samsung: Remove unused variable from idma.c
‘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>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r--sound/soc/samsung/idma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
index 8cc5770abb39..db6cefa18017 100644
--- 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 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;