compat-wireless: fix p54 pm ops backport typo
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Sun, 1 Apr 2012 04:01:54 +0000 (21:01 -0700)
committerLuis 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

index 699318527bcf74022f557ed8e01c676572026560..69647260dab0514ef5b5f6844b5982f8dfbf6cc4 100644 (file)
@@ -381,8 +381,8 @@ calls on compat code with only slight modifications.
 -      .poweroff = p54p_suspend,
 -      .restore = p54p_resume,
 -};
-+compat_pci_suspend(p54p_suspend)
-+compat_pci_resume(p54p_resume)
++compat_pci_suspend(p54_suspend)
++compat_pci_resume(p54_resume)
 +
 +static SIMPLE_DEV_PM_OPS(p54_pm_ops, p54_suspend, p54_resume);