Re: [PATCH] powerpc/fsl-pci: fix setup_pci_atmu() parameter issue

2013-04-21 Thread Michael Neuling
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/powerp

Re: [PATCH] powerpc/fsl-pci: fix setup_pci_atmu() parameter issue

2013-04-19 Thread Roy Zang
On 04/20/2013 02:55 AM, 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 --- based on Kumar's next branch. Roy ___ Linuxppc-dev mailing list Linuxppc-dev@l

[PATCH] powerpc/fsl-pci: fix setup_pci_atmu() parameter issue

2013-04-19 Thread Roy Zang
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 ind