Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350571
b: refs/heads/master
c: 436440f
h: refs/heads/master
i:
  350569: ad31800
  350567: 1bbf87d
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Guenter Roeck committed Feb 20, 2013
1 parent c49183f commit 486609e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: e0db9c4bfe2f44073fcdc1a39a13eb66b618098c
refs/heads/master: 436440fc166fd6127fc1e8e8415e7f2830dd9c5e
6 changes: 2 additions & 4 deletions trunk/drivers/hwmon/adt7410.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,8 @@ static int adt7410_resume(struct device *dev)
return ret;
}

static const struct dev_pm_ops adt7410_dev_pm_ops = {
.suspend = adt7410_suspend,
.resume = adt7410_resume,
};
static SIMPLE_DEV_PM_OPS(adt7410_dev_pm_ops, adt7410_suspend, adt7410_resume);

#define ADT7410_DEV_PM_OPS (&adt7410_dev_pm_ops)
#else
#define ADT7410_DEV_PM_OPS NULL
Expand Down

0 comments on commit 486609e

Please sign in to comment.