aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2010-03-25 14:14:14 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:44:51 -0600
commita4ed40275f3f6fc1ad469e93172f4ad53560f71c (patch)
tree930a7690a14a96c45864eeba32fa99b7a1916d96 /arch/arm/mach-ux500/include
parentb5a1504c127efd3aebf190c77810bfcc2d3cb84b (diff)
Corrected the coverity issue Corrected mismatch in the macro to disable main watchdog
Signed-off-by: Arun Murthy <arun.murthy@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r--arch/arm/mach-ux500/include/mach/ab8500_bm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/ab8500_bm.h b/arch/arm/mach-ux500/include/mach/ab8500_bm.h
index 20491d749ec..ad75f81aec4 100644
--- a/arch/arm/mach-ux500/include/mach/ab8500_bm.h
+++ b/arch/arm/mach-ux500/include/mach/ab8500_bm.h
@@ -64,7 +64,7 @@ struct ab8500_bm_platform_data {
#define USB_CH_DIS 0x00
#define MAIN_WDOG_ENA 0x01
#define MAIN_WDOG_KICK 0x02
-#define MAIN_WDOG_DIS 0x01
+#define MAIN_WDOG_DIS 0x00
#define CHARG_WD_KICK 0x01
#define MAIN_CH_ENA 0x01
#define MAIN_CH_DIS 0x00