Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56205
b: refs/heads/master
c: 713fb93
h: refs/heads/master
i:
  56203: 5ee0ac9
v: v3
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed May 11, 2007
1 parent 080cb0b commit f22f6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2393144deac0903d944cbd578db49cf738811999
refs/heads/master: 713fb93936bebc158b4bbae6be61a6310923543c
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ static int wm8750_init(struct snd_soc_device *socdev)
codec->dai = &wm8750_dai;
codec->num_dai = 1;
codec->reg_cache_size = sizeof(wm8750_reg);
codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KRENEL);
codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KERNEL);
if (codec->reg_cache == NULL)
return -ENOMEM;

Expand Down

0 comments on commit f22f6d0

Please sign in to comment.