Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120262
b: refs/heads/master
c: 0bc286e
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 1, 2008
1 parent cbfca6c commit 1fe01be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2caf6a1f9c8bcdc81ba580cfbf512d073c9444be
refs/heads/master: 0bc286e2ac72e483d2b5a6dac0dafb05e9f047c8
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1fe01be

Please sign in to comment.