Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293262
b: refs/heads/master
c: bc122e3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 31, 2012
1 parent f3ecb72 commit e5e1e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 69edea8a50fb88edd0f23eecfb89ef513b68eaee
refs/heads/master: bc122e34469de6ec4b7ca96d3a41724f9e4b1cf4
14 changes: 0 additions & 14 deletions trunk/sound/soc/sh/fsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,23 +1408,9 @@ static int fsi_resume(struct device *dev)
return 0;
}

static int fsi_runtime_nop(struct device *dev)
{
/* Runtime PM callback shared between ->runtime_suspend()
* and ->runtime_resume(). Simply returns success.
*
* This driver re-initializes all registers after
* pm_runtime_get_sync() anyway so there is no need
* to save and restore registers here.
*/
return 0;
}

static struct dev_pm_ops fsi_pm_ops = {
.suspend = fsi_suspend,
.resume = fsi_resume,
.runtime_suspend = fsi_runtime_nop,
.runtime_resume = fsi_runtime_nop,
};

static struct fsi_core fsi1_core = {
Expand Down

0 comments on commit e5e1e23

Please sign in to comment.