aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c
diff options
context:
space:
mode:
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 efbe8927b7d..78070b2cd48 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,
379 struct wm8903_priv *wm8903 = codec->private_data; 379 struct wm8903_priv *wm8903 = codec->private_data;
380 struct i2c_client *i2c = codec->control_data; 380 struct i2c_client *i2c = codec->control_data;
381 u16 val; 381 u16 val;
382 u16 reg; 382 u16 uninitialized_var(reg);
383 int shift; 383 int uninitialized_var(shift);
384 u16 cp_reg = wm8903_read(codec, WM8903_CHARGE_PUMP_0); 384 u16 cp_reg = wm8903_read(codec, WM8903_CHARGE_PUMP_0);
385 385
386 switch (w->reg) { 386 switch (w->reg) {