All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ASoC: samsung: Remove unused variable from idma.c
@ 2014-06-26  6:47 Sachin Kamat
  2014-06-27 11:02 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-06-26  6:47 UTC (permalink / raw)
  To: alsa-devel; +Cc: sbkim73, trb.linux, broonie, spk.linux, lgirdwood

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

Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
---
 sound/soc/samsung/idma.c |    3 +--
 1 file changed, 1 insertion(+), 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;
 
-- 
1.7.9.5

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] ASoC: samsung: Remove unused variable from idma.c
  2014-06-26  6:47 [PATCH 1/1] ASoC: samsung: Remove unused variable from idma.c Sachin Kamat
@ 2014-06-27 11:02 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-06-27 11:02 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: sbkim73, trb.linux, alsa-devel, spk.linux, lgirdwood


[-- Attachment #1.1: Type: text/plain, Size: 139 bytes --]

On Thu, Jun 26, 2014 at 12:17:24PM +0530, Sachin Kamat wrote:
> ‘iiscon’ is not used in the function. Remove it.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-27 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26  6:47 [PATCH 1/1] ASoC: samsung: Remove unused variable from idma.c Sachin Kamat
2014-06-27 11:02 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.