From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Roy Zang Subject: Re: [PATCH] powerpc/fsl-pci: fix setup_pci_atmu() parameter issue In-reply-to: <1366397734-1416-1-git-send-email-tie-fei.zang@freescale.com> References: <1366397734-1416-1-git-send-email-tie-fei.zang@freescale.com> Date: Mon, 22 Apr 2013 16:56:29 +1000 Message-ID: <4009.1366613789@ale.ozlabs.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This was already posted about a week back. Kumar can you please take it? http://patchwork.ozlabs.org/patch/236494/ Mikey Roy Zang wrote: > setup_pci_atmu() only has one parameter and remove the extra one, or > build will fail due to un-match. > > Signed-off-by: Roy Zang > --- > arch/powerpc/sysdev/fsl_pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c > index 40ffe29..f823304 100644 > --- a/arch/powerpc/sysdev/fsl_pci.c > +++ b/arch/powerpc/sysdev/fsl_pci.c > @@ -978,7 +978,7 @@ static int fsl_pci_resume(struct device *dev) > return -ENODEV; > } > > - setup_pci_atmu(hose, &pci_rsrc); > + setup_pci_atmu(hose); > > return 0; > } > -- > 1.7.9.5 > > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@lists.ozlabs.org > https://lists.ozlabs.org/listinfo/linuxppc-dev >