Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293378
b: refs/heads/master
c: 7813561
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent f5a904b commit 41a8df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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: 9d50a764b5cb3d06a01a076131700a34351d98a6
refs/heads/master: 7813561a39cbb4dfe5871ce13e1b54b5061c4625
19 changes: 1 addition & 18 deletions trunk/sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,24 +1859,7 @@ static struct i2c_driver wm8993_i2c_driver = {
.id_table = wm8993_i2c_id,
};

static int __init wm8993_modinit(void)
{
int ret = 0;
ret = i2c_add_driver(&wm8993_i2c_driver);
if (ret != 0) {
pr_err("WM8993: Unable to register I2C driver: %d\n",
ret);
}
return ret;
}
module_init(wm8993_modinit);

static void __exit wm8993_exit(void)
{
i2c_del_driver(&wm8993_i2c_driver);
}
module_exit(wm8993_exit);

module_i2c_driver(wm8993_i2c_driver);

MODULE_DESCRIPTION("ASoC WM8993 driver");
MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
Expand Down

0 comments on commit 41a8df0

Please sign in to comment.