summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8903.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-01 19:59:35 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-01 20:00:20 +0100
commit0bc286e2ac72e483d2b5a6dac0dafb05e9f047c8 (patch)
tree1c1eec5e6638a1b2115325417fab70aa8db96e40 /sound/soc/codecs/wm8903.c
parent2caf6a1f9c8bcdc81ba580cfbf512d073c9444be (diff)
Revert "ALSA: soc - Fix compile warnings in wm8903.c"
This reverts commit 9171e5e6a20a9cd4992ff9c7cbee13c6fdf7b0b1. I can't reproduce the compile warnings any more. The warnings might be some weird cross-compiling set up. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8903.c')
-rw-r--r--sound/soc/codecs/wm8903.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c
index 78070b2cd480..efbe8927b7d2 100644
--- a/sound/soc/codecs/wm8903.c
+++ b/sound/soc/codecs/wm8903.c
@@ -379,8 +379,8 @@ static int wm8903_output_event(struct snd_soc_dapm_widget *w,
struct wm8903_priv *wm8903 = codec->private_data;
struct i2c_client *i2c = codec->control_data;
u16 val;
- u16 uninitialized_var(reg);
- int uninitialized_var(shift);
+ u16 reg;
+ int shift;
u16 cp_reg = wm8903_read(codec, WM8903_CHARGE_PUMP_0);
switch (w->reg) {