From afe7f3c35b4d8b8b3bed8453bf64141aafdf26ad Mon Sep 17 00:00:00 2001 From: Bitan Biswas Date: Wed, 18 Jul 2012 18:28:20 +0530 Subject: rtc: set alarm logging enable Set alarm logs enabled to help understand suspend stress failures Change-Id: I60644ff0e3fea813ae1140be1b71fc2694d95709 Signed-off-by: Bitan Biswas Reviewed-on: http://git-master/r/115361 Reviewed-by: Venu Byravarasu Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jinyoung Park Tested-by: Jinyoung Park Reviewed-by: Laxman Dewangan --- drivers/rtc/alarm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/rtc') diff --git a/drivers/rtc/alarm.c b/drivers/rtc/alarm.c index 28b0df836a30..12e6f3c8acfb 100644 --- a/drivers/rtc/alarm.c +++ b/drivers/rtc/alarm.c @@ -33,6 +33,7 @@ #define ANDROID_ALARM_PRINT_FLOW (1U << 6) static int debug_mask = ANDROID_ALARM_PRINT_ERROR | \ + ANDROID_ALARM_PRINT_SUSPEND | \ ANDROID_ALARM_PRINT_INIT_STATUS; module_param_named(debug_mask, debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP); -- cgit v1.2.3