Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bc286e2 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Revert "ALSA: soc - Fix compile warnings in wm8903.c"



This reverts commit 9171e5e6.

I can't reproduce the compile warnings any more.  The warnings
might be some weird cross-compiling set up.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2caf6a1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -379,8 +379,8 @@ static int wm8903_output_event(struct snd_soc_dapm_widget *w,
	struct wm8903_priv *wm8903 = codec->private_data;
	struct wm8903_priv *wm8903 = codec->private_data;
	struct i2c_client *i2c = codec->control_data;
	struct i2c_client *i2c = codec->control_data;
	u16 val;
	u16 val;
	u16 uninitialized_var(reg);
	u16 reg;
	int uninitialized_var(shift);
	int shift;
	u16 cp_reg = wm8903_read(codec, WM8903_CHARGE_PUMP_0);
	u16 cp_reg = wm8903_read(codec, WM8903_CHARGE_PUMP_0);


	switch (w->reg) {
	switch (w->reg) {