All of lore.kernel.org
 help / color / mirror / Atom feed
From: Il Han <corone.il.han@gmail.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Ian Lartey <ian@opensource.wolfsonmicro.com>,
	Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Cc: linux-kernel@vger.kernel.org, Il Han <corone.il.han@gmail.com>
Subject: [PATCH] wm9090: remove unnecessary variables.
Date: Thu,  8 Mar 2012 14:27:41 +0900	[thread overview]
Message-ID: <1331184461-25103-1-git-send-email-corone.il.han@gmail.com> (raw)

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


             reply	other threads:[~2012-03-08  5:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08  5:27 Il Han [this message]
2012-03-08 10:59 ` [PATCH] wm9090: remove unnecessary variables Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331184461-25103-1-git-send-email-corone.il.han@gmail.com \
    --to=corone.il.han@gmail.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dp@opensource.wolfsonmicro.com \
    --cc=ian@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.