All of lore.kernel.org
 help / color / mirror / Atom feed
* - powerpc-8xx-parenthesis-balance.patch removed from -mm tree
@ 2007-03-19 22:04 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-03-19 22:04 UTC (permalink / raw)
  To: m.kozlowski, benh, galak, paulus, mm-commits


The patch titled
     powerpc: 8xx parenthesis balance
has been removed from the -mm tree.  Its filename was
     powerpc-8xx-parenthesis-balance.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: powerpc: 8xx parenthesis balance
From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

Balance parenthesis in powerpc 8xx header files.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Kumar Gala <galak@gate.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/powerpc/platforms/8xx/mpc86xads.h |    2 +-
 arch/powerpc/platforms/8xx/mpc885ads.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/powerpc/platforms/8xx/mpc86xads.h~powerpc-8xx-parenthesis-balance arch/powerpc/platforms/8xx/mpc86xads.h
--- a/arch/powerpc/platforms/8xx/mpc86xads.h~powerpc-8xx-parenthesis-balance
+++ a/arch/powerpc/platforms/8xx/mpc86xads.h
@@ -37,7 +37,7 @@
 #define CPM_MAP_ADDR		(get_immrbase() + MPC8xx_CPM_OFFSET)
 #define CPM_IRQ_OFFSET		16     // for compability with cpm_uart driver
 
-#define PCMCIA_MEM_ADDR		(uint)0xff020000)
+#define PCMCIA_MEM_ADDR		((uint)0xff020000)
 #define PCMCIA_MEM_SIZE		((uint)(64 * 1024))
 
 /* Bits of interest in the BCSRs.
diff -puN arch/powerpc/platforms/8xx/mpc885ads.h~powerpc-8xx-parenthesis-balance arch/powerpc/platforms/8xx/mpc885ads.h
--- a/arch/powerpc/platforms/8xx/mpc885ads.h~powerpc-8xx-parenthesis-balance
+++ a/arch/powerpc/platforms/8xx/mpc885ads.h
@@ -37,7 +37,7 @@
 #define CPM_MAP_ADDR		(get_immrbase() + MPC8xx_CPM_OFFSET)
 #define CPM_IRQ_OFFSET		16     // for compability with cpm_uart driver
 
-#define PCMCIA_MEM_ADDR		(uint)0xff020000)
+#define PCMCIA_MEM_ADDR		((uint)0xff020000)
 #define PCMCIA_MEM_SIZE		((uint)(64 * 1024))
 
 /* Bits of interest in the BCSRs.
_

Patches currently in -mm which might be from m.kozlowski@tuxland.pl are

git-powerpc.patch
blackfin-arch-balance-parenthesis-in-macros.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-19 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-19 22:04 - powerpc-8xx-parenthesis-balance.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.