linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/mach-ixp2000: Add missing comma - fix build failure
@ 2010-07-28 18:43 Peter Huewe
  2010-07-28 19:15 ` Kirill A. Shutemov
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Huewe @ 2010-07-28 18:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Peter Huewe <peterhuewe@gmx.de>

This trivial patch fixes a build failure [1] by adding a missing comma.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100728

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2980895/

BF introduced by 3cad685d - ARM: 6253/1: Add 'code' parameter for
hook_fault_code()

 arch/arm/mach-ixp2000/pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-ixp2000/pci.c b/arch/arm/mach-ixp2000/pci.c
index 853fd90..f797c5f 100644
--- a/arch/arm/mach-ixp2000/pci.c
+++ b/arch/arm/mach-ixp2000/pci.c
@@ -209,7 +209,7 @@ ixp2000_pci_preinit(void)
 			"the needed workaround has not been configured in");
 #endif
 
-	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS, 0
+	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS, 0,
 				"PCI config cycle to non-existent device");
 }
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] arm/mach-ixp2000: Add missing comma - fix build failure
  2010-07-28 18:43 [PATCH] arm/mach-ixp2000: Add missing comma - fix build failure Peter Huewe
@ 2010-07-28 19:15 ` Kirill A. Shutemov
  2010-07-28 19:49   ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: Kirill A. Shutemov @ 2010-07-28 19:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 28, 2010 at 08:43:13PM +0200, Peter Huewe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This trivial patch fixes a build failure [1] by adding a missing comma.

It has been fixed by updated patch:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6269/1

Thank you.

> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> KernelVersion: linux-next-20100728
> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2980895/
> 
> BF introduced by 3cad685d - ARM: 6253/1: Add 'code' parameter for
> hook_fault_code()
> 
>  arch/arm/mach-ixp2000/pci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-ixp2000/pci.c b/arch/arm/mach-ixp2000/pci.c
> index 853fd90..f797c5f 100644
> --- a/arch/arm/mach-ixp2000/pci.c
> +++ b/arch/arm/mach-ixp2000/pci.c
> @@ -209,7 +209,7 @@ ixp2000_pci_preinit(void)
>  			"the needed workaround has not been configured in");
>  #endif
>  
> -	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS, 0
> +	hook_fault_code(16+6, ixp2000_pci_abort_handler, SIGBUS, 0,
>  				"PCI config cycle to non-existent device");
>  }
>  
> -- 
> 1.7.1
> 

-- 
 Kirill A. Shutemov

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm/mach-ixp2000: Add missing comma - fix build failure
  2010-07-28 19:15 ` Kirill A. Shutemov
@ 2010-07-28 19:49   ` Russell King - ARM Linux
  0 siblings, 0 replies; 3+ messages in thread
From: Russell King - ARM Linux @ 2010-07-28 19:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 28, 2010 at 10:15:31PM +0300, Kirill A. Shutemov wrote:
> On Wed, Jul 28, 2010 at 08:43:13PM +0200, Peter Huewe wrote:
> > From: Peter Huewe <peterhuewe@gmx.de>
> > 
> > This trivial patch fixes a build failure [1] by adding a missing comma.
> 
> It has been fixed by updated patch:
> 
> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6269/1

And committed.  I want to give the MMCI changes I've committed yesterday
a run before I push the tree out though.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-28 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 18:43 [PATCH] arm/mach-ixp2000: Add missing comma - fix build failure Peter Huewe
2010-07-28 19:15 ` Kirill A. Shutemov
2010-07-28 19:49   ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).