Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345036
b: refs/heads/master
c: 3253398
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Samuel Ortiz committed Nov 26, 2012
1 parent b679970 commit 7577bc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: b20a43715e675815d0a426f05a7607ba099136aa
refs/heads/master: 32533983858f5f6899f39d54230d9640ef4547cd
8 changes: 5 additions & 3 deletions trunk/drivers/mfd/stmpe-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ static const struct i2c_device_id stmpe_i2c_id[] = {
MODULE_DEVICE_TABLE(i2c, stmpe_id);

static struct i2c_driver stmpe_i2c_driver = {
.driver.name = "stmpe-i2c",
.driver.owner = THIS_MODULE,
.driver = {
.name = "stmpe-i2c",
.owner = THIS_MODULE,
#ifdef CONFIG_PM
.driver.pm = &stmpe_dev_pm_ops,
.pm = &stmpe_dev_pm_ops,
#endif
},
.probe = stmpe_i2c_probe,
.remove = __devexit_p(stmpe_i2c_remove),
.id_table = stmpe_i2c_id,
Expand Down

0 comments on commit 7577bc8

Please sign in to comment.