All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] ALSA: hda: Remove unused variable
@ 2014-07-01 11:32 Sachin Kamat
  2014-07-01 11:32 ` [PATCH 2/5] ALSA: hdspm: Remove unused code Sachin Kamat
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Sachin Kamat @ 2014-07-01 11:32 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Thierry Reding, Stephen Warren, spk.linux

'status' is not used in the function. Remove it.

Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
---
All patches in this series only compile tested.
---
 sound/pci/hda/hda_tegra.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index a366ba9293a8..8cd7b06eecef 100644
--- a/sound/pci/hda/hda_tegra.c
+++ b/sound/pci/hda/hda_tegra.c
@@ -272,13 +272,9 @@ static int hda_tegra_resume(struct device *dev)
 	struct snd_card *card = dev_get_drvdata(dev);
 	struct azx *chip = card->private_data;
 	struct hda_tegra *hda = container_of(chip, struct hda_tegra, chip);
-	int status;
 
 	hda_tegra_enable_clocks(hda);
 
-	/* Read STATESTS before controller reset */
-	status = azx_readw(chip, STATESTS);
-
 	hda_tegra_init(hda);
 
 	azx_init_chip(chip, 1);
-- 
1.7.9.5

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

end of thread, other threads:[~2014-07-01 15:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01 11:32 [PATCH 1/5] ALSA: hda: Remove unused variable Sachin Kamat
2014-07-01 11:32 ` [PATCH 2/5] ALSA: hdspm: Remove unused code Sachin Kamat
2014-07-01 11:58   ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 3/5] ALSA: revo: Remove unused variable Sachin Kamat
2014-07-01 11:57   ` Takashi Iwai
2014-07-01 12:00     ` Sachin Kamat
2014-07-01 12:04       ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 4/5] ALSA: echoaudio: " Sachin Kamat
2014-07-01 12:06   ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 5/5] ALSA: mixart: " Sachin Kamat
2014-07-01 12:06   ` Takashi Iwai
2014-07-01 11:56 ` [PATCH 1/5] ALSA: hda: " Takashi Iwai
2014-07-01 12:03   ` Sachin Kamat
2014-07-01 12:06     ` Takashi Iwai
2014-07-01 15:07 ` Stephen Warren
2014-07-01 15:47   ` Dylan Reid
2014-07-01 15:56     ` Takashi Iwai

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.