From: Luis R. Rodriguez Date: Sun, 1 Apr 2012 04:01:54 +0000 (-0700) Subject: compat-wireless: fix p54 pm ops backport typo X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3d2ccfdae8e51f76946adaa5229fb1d13f9dd074;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix p54 pm ops backport typo Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/11-dev-pm-ops.patch b/patches/11-dev-pm-ops.patch index 699318527bcf..69647260dab0 100644 --- 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(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);