Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270553
b: refs/heads/master
c: 9a810e9
h: refs/heads/master
i:
  270551: 5436584
v: v3
  • Loading branch information
Mark Brown committed Aug 31, 2011
1 parent a28bed1 commit ba0258a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 4a8923ba99f559b078cf584f7caad901ada0e5be
refs/heads/master: 9a810e959bbff538dea30f27b261a5c4346b4cc7
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/wm9090.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ static const u16 wm9090_reg_defaults[] = {

/* This struct is used to save the context */
struct wm9090_priv {
struct mutex mutex;
struct wm9090_platform_data pdata;
void *control_data;
};
Expand Down Expand Up @@ -663,7 +662,6 @@ static int wm9090_i2c_probe(struct i2c_client *i2c,

i2c_set_clientdata(i2c, wm9090);
wm9090->control_data = i2c;
mutex_init(&wm9090->mutex);

ret = snd_soc_register_codec(&i2c->dev,
&soc_codec_dev_wm9090, NULL, 0);
Expand Down

0 comments on commit ba0258a

Please sign in to comment.