Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41adf905 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown
Browse files

ASoC: samsung: Remove unused variable from idma.c



‘iiscon’ is not used in the function. Remove it.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent c1ae59c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -261,10 +261,9 @@ static int idma_mmap(struct snd_pcm_substream *substream,
static irqreturn_t iis_irq(int irqno, void *dev_id)
static irqreturn_t iis_irq(int irqno, void *dev_id)
{
{
	struct idma_ctrl *prtd = (struct idma_ctrl *)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);
	iisahb  = readl(idma.regs + I2SAHB);
	iiscon  = readl(idma.regs + I2SCON);


	val = (iisahb & AHB_LVL0INT) ? AHB_CLRLVL0INT : 0;
	val = (iisahb & AHB_LVL0INT) ? AHB_CLRLVL0INT : 0;