Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192502
b: refs/heads/master
c: 543f250
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Rafael J. Wysocki committed May 10, 2010
1 parent c203d4b commit f8c418f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2f60ba706bd9af84c4eab704243b262e69556f2e
refs/heads/master: 543f2503a956601dd490c6cde0ebf6adb4653e50
6 changes: 3 additions & 3 deletions trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,17 +967,17 @@ static int platform_pm_restore_noirq(struct device *dev)

int __weak platform_pm_runtime_suspend(struct device *dev)
{
return -ENOSYS;
return pm_generic_runtime_suspend(dev);
};

int __weak platform_pm_runtime_resume(struct device *dev)
{
return -ENOSYS;
return pm_generic_runtime_resume(dev);
};

int __weak platform_pm_runtime_idle(struct device *dev)
{
return -ENOSYS;
return pm_generic_runtime_idle(dev);
};

#else /* !CONFIG_PM_RUNTIME */
Expand Down

0 comments on commit f8c418f

Please sign in to comment.