Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283960
b: refs/heads/master
c: ec641c4
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 15, 2011
1 parent 1911831 commit deb926e
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: 27f478a65ff7b67b843250f0a2d1e8b306bf57b6
refs/heads/master: ec641c459048f30e378e1386ba9eff1f7ada522f
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ static __devinit int wm8993_i2c_probe(struct i2c_client *i2c,
struct wm8993_priv *wm8993;
int ret;

wm8993 = devm_kzalloc(&i2c-dev, sizeof(struct wm8993_priv),
wm8993 = devm_kzalloc(&i2c->dev, sizeof(struct wm8993_priv),
GFP_KERNEL);
if (wm8993 == NULL)
return -ENOMEM;
Expand Down

0 comments on commit deb926e

Please sign in to comment.