public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wm9090: remove unnecessary variables.
@ 2012-03-08  5:27 Il Han
  2012-03-08 10:59 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Il Han @ 2012-03-08  5:27 UTC (permalink / raw)
  To: Mark Brown, Ian Lartey, Dimitris Papastamos; +Cc: linux-kernel, Il Han

Unnecessary variables which are not used left.

Remove them.

Signed-off-by: Il Han <corone.il.han@gmail.com>
---
 sound/soc/codecs/wm9090.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm9090.c b/sound/soc/codecs/wm9090.c
index 41ebe0d..eb09422 100644
--- a/sound/soc/codecs/wm9090.c
+++ b/sound/soc/codecs/wm9090.c
@@ -493,7 +493,6 @@ static int wm9090_set_bias_level(struct snd_soc_codec *codec,
 				 enum snd_soc_bias_level level)
 {
 	u16 *reg_cache = codec->reg_cache;
-	int i, ret;
 
 	switch (level) {
 	case SND_SOC_BIAS_ON:
-- 
1.7.4.1


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

end of thread, other threads:[~2012-03-08 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08  5:27 [PATCH] wm9090: remove unnecessary variables Il Han
2012-03-08 10:59 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox