[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200612011631.27600.m.kozlowski@tuxland.pl>
Date: Fri, 1 Dec 2006 16:31:27 +0100
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: Willy Tarreau <wtarreau@...a.kernel.org>
Cc: linux-kernel@...r.kernel.org
Subject: [2.4 PATCH] ppc m48t35 parenthesis fix
Hello,
This patch adds missing parenthesis.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
include/asm-ppc/m48t35.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.4.34-pre6-a/include/asm-ppc/m48t35.h 2003-08-25 13:44:44.000000000 +0200
+++ linux-2.4.34-pre6-b/include/asm-ppc/m48t35.h 2006-12-01 11:57:59.000000000 +0100
@@ -39,7 +39,7 @@
#define M48T35_RTC_WATCHDOG_RB 0x03
#define M48T35_RTC_WATCHDOG_BMB 0x7c
#define M48T35_RTC_WATCHDOG_WDS 0x80
-#define M48T35_RTC_WATCHDOG_ALL (M48T35_RTC_WATCHDOG_RB|M48T35_RTC_WATCHDOG_BMB|M48T35_RTC_W
+#define M48T35_RTC_WATCHDOG_ALL (M48T35_RTC_WATCHDOG_RB|M48T35_RTC_WATCHDOG_BMB|M48T35_RTC_W)
#define M48T35_RTC_CONTROL_WRITE 0x80
#define M48T35_RTC_CONTROL_READ 0x40
--
Regards,
Mariusz Kozlowski
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists