linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR'
@ 2014-09-26 17:40 Paul Bolle
  2014-09-29  0:10 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2014-09-26 17:40 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Geert Uytterhoeven, linux-m68k, linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested!

Geert, PASR is obviously unused. Is it needed?

 arch/m68k/include/asm/m54xxpci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/m54xxpci.h b/arch/m68k/include/asm/m54xxpci.h
index 6fbf54f72f2e..4687f5aa3741 100644
--- a/arch/m68k/include/asm/m54xxpci.h
+++ b/arch/m68k/include/asm/m54xxpci.h
@@ -72,7 +72,7 @@
 #define	PCIRFWPR	(CONFIG_MBAR + 0x84d4)	/* RX FIFO write pointer */
 
 #define	PACR		(CONFIG_MBAR + 0xc00)	/* PCI arbiter control */
-#define	PASR		(COFNIG_MBAR + 0xc04)	/* PCI arbiter status */
+#define	PASR		(CONFIG_MBAR + 0xc04)	/* PCI arbiter status */
 
 /*
  *	Definitions for the Global status and control register.
-- 
1.9.3


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

* Re: [PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR'
  2014-09-26 17:40 [PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR' Paul Bolle
@ 2014-09-29  0:10 ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2014-09-29  0:10 UTC (permalink / raw)
  To: Paul Bolle, Jiri Kosina; +Cc: Geert Uytterhoeven, linux-m68k, linux-kernel

Hi Paul,

On 27/09/14 03:40, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested!

Thanks. I have applied this to the m68knommu git tree (since
that is where we tend to keep all ColdFire fixes).


> Geert, PASR is obviously unused. Is it needed?

Not at the moment. It will be if/when we implement better error
handling for external master errors.

Regards
Greg

 
>  arch/m68k/include/asm/m54xxpci.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/m68k/include/asm/m54xxpci.h b/arch/m68k/include/asm/m54xxpci.h
> index 6fbf54f72f2e..4687f5aa3741 100644
> --- a/arch/m68k/include/asm/m54xxpci.h
> +++ b/arch/m68k/include/asm/m54xxpci.h
> @@ -72,7 +72,7 @@
>  #define	PCIRFWPR	(CONFIG_MBAR + 0x84d4)	/* RX FIFO write pointer */
>  
>  #define	PACR		(CONFIG_MBAR + 0xc00)	/* PCI arbiter control */
> -#define	PASR		(COFNIG_MBAR + 0xc04)	/* PCI arbiter status */
> +#define	PASR		(CONFIG_MBAR + 0xc04)	/* PCI arbiter status */
>  
>  /*
>   *	Definitions for the Global status and control register.
> 


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

end of thread, other threads:[~2014-09-29  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 17:40 [PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR' Paul Bolle
2014-09-29  0:10 ` Greg Ungerer

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).