From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Date: Thu, 30 Nov 2006 09:16:29 +0000 (+0100)
Subject: [MIPS] klconfig add missing bracket
X-Git-Tag: v2.6.20-rc2~6^2~13^2~12^2~6
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9567772f14f6d2692ea88ddc111a5a6b352fd512;p=linux-2.6-omap-h63xx.git

[MIPS] klconfig add missing bracket

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

diff --git a/include/asm-mips/sn/klconfig.h b/include/asm-mips/sn/klconfig.h
index b63cd0655b3..15d70ca5618 100644
--- a/include/asm-mips/sn/klconfig.h
+++ b/include/asm-mips/sn/klconfig.h
@@ -176,7 +176,7 @@ typedef struct kl_config_hdr {
 /* --- New Macros for the changed kl_config_hdr_t structure --- */
 
 #define PTR_CH_MALLOC_HDR(_k)   ((klc_malloc_hdr_t *)\
-			(unsigned long)_k + (_k->ch_malloc_hdr_off)))
+			((unsigned long)_k + (_k->ch_malloc_hdr_off)))
 
 #define KL_CONFIG_CH_MALLOC_HDR(_n)   PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))