projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806e24f
)
compat-wireless: fix p54 pm ops backport typo
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Sun, 1 Apr 2012 04:01:54 +0000
(21:01 -0700)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Sun, 1 Apr 2012 04:01:54 +0000
(21:01 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/11-dev-pm-ops.patch
patch
|
blob
|
history
diff --git
a/patches/11-dev-pm-ops.patch
b/patches/11-dev-pm-ops.patch
index 699318527bcf74022f557ed8e01c676572026560..69647260dab0514ef5b5f6844b5982f8dfbf6cc4 100644
(file)
--- a/
patches/11-dev-pm-ops.patch
+++ b/
patches/11-dev-pm-ops.patch
@@
-381,8
+381,8
@@
calls on compat code with only slight modifications.
- .poweroff = p54p_suspend,
- .restore = p54p_resume,
-};
-+compat_pci_suspend(p54
p
_suspend)
-+compat_pci_resume(p54
p
_resume)
++compat_pci_suspend(p54_suspend)
++compat_pci_resume(p54_resume)
+
+static SIMPLE_DEV_PM_OPS(p54_pm_ops, p54_suspend, p54_resume);