Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342733
b: refs/heads/master
c: 6939565
h: refs/heads/master
i:
  342731: 6436c23
v: v3
  • Loading branch information
Bill Pemberton authored and Mark Brown committed Nov 20, 2012
1 parent a3f80f2 commit 75bff1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: f6e6574499eeeeee747d9cfc7ba9f4328bb1806d
refs/heads/master: 6939565fa55e5c1dcce98979eb071278e10acf15
14 changes: 7 additions & 7 deletions trunk/sound/soc/codecs/max98088.c
Original file line number Diff line number Diff line change
Expand Up @@ -2098,13 +2098,13 @@ static const struct i2c_device_id max98088_i2c_id[] = {
MODULE_DEVICE_TABLE(i2c, max98088_i2c_id);

static struct i2c_driver max98088_i2c_driver = {
.driver = {
.name = "max98088",
.owner = THIS_MODULE,
},
.probe = max98088_i2c_probe,
.remove = __devexit_p(max98088_i2c_remove),
.id_table = max98088_i2c_id,
.driver = {
.name = "max98088",
.owner = THIS_MODULE,
},
.probe = max98088_i2c_probe,
.remove = max98088_i2c_remove,
.id_table = max98088_i2c_id,
};

module_i2c_driver(max98088_i2c_driver);
Expand Down

0 comments on commit 75bff1a

Please sign in to comment.