From 4e88eb6fbd8a723f85a17ea7faa426047963c357 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 29 Oct 2010 17:31:59 +0900 Subject: [PATCH] universal: ramoops: don't check the reset status Signed-off-by: Minkyu Kang --- board/samsung/universal_c110/universal.c | 4 ---- board/samsung/universal_c210/universal.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/board/samsung/universal_c110/universal.c b/board/samsung/universal_c110/universal.c index 23c0ac4..16bee3a 100644 --- a/board/samsung/universal_c110/universal.c +++ b/board/samsung/universal_c110/universal.c @@ -2452,12 +2452,8 @@ static void setup_meminfo(void) #ifdef CONFIG_RAMOOPS static void show_dump_msg(void) { - int status = get_reset_status(); int ret; - if (status != SWRESET) - return; - ret = ramoops_show_msg(samsung_get_base_modem()); if (!ret) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index f229d17..edd3590 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -937,12 +937,8 @@ static void check_reset_status(void) #ifdef CONFIG_RAMOOPS static void show_dump_msg(void) { - int status = get_reset_status(); int ret; - if (status != SWRESET) - return; - ret = ramoops_show_msg(samsung_get_base_modem()); if (!ret) -- 2.7.4