Discussion:
[PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR'
Paul Bolle
2014-09-26 17:40:16 UTC
Permalink
Signed-off-by: Paul Bolle <***@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
Greg Ungerer
2014-09-29 00:10:40 UTC
Permalink
Hi Paul,
Post by Paul Bolle
---
Untested!
Thanks. I have applied this to the m68knommu git tree (since
that is where we tend to keep all ColdFire fixes).
Post by Paul Bolle
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
Post by Paul Bolle
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.
Loading...