Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273371
b: refs/heads/master
c: 54d8e2c
h: refs/heads/master
i:
  273369: 4b14420
  273367: 61afb57
v: v3
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Oct 24, 2011
1 parent f9c8cfd commit 7d5ac68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8e4a88b7974ea03015f515383fb2576fbb517f1
refs/heads/master: 54d8e2c323b439e0e20ea44d17b875d9a43f7d66
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/tc3589x.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ static int __devexit tc3589x_remove(struct i2c_client *client)
return 0;
}

#ifdef CONFIG_PM
static int tc3589x_suspend(struct device *dev)
{
struct tc3589x *tc3589x = dev_get_drvdata(dev);
Expand Down Expand Up @@ -387,6 +388,7 @@ static int tc3589x_resume(struct device *dev)

static const SIMPLE_DEV_PM_OPS(tc3589x_dev_pm_ops, tc3589x_suspend,
tc3589x_resume);
#endif

static const struct i2c_device_id tc3589x_id[] = {
{ "tc3589x", 24 },
Expand Down

0 comments on commit 7d5ac68

Please sign in to comment.