commit | c83a382633eb8ff850f640d7f19cb1cdeb8cb69e | [log] [tgz] |
---|---|---|
author | Prasad Sodagudi <psodagud@codeaurora.org> | Tue Dec 31 16:34:26 2013 +0530 |
committer | Prasad Sodagudi <psodagud@codeaurora.org> | Tue Dec 31 17:43:52 2013 +0530 |
tree | 71da773af68112dff0ca8614f11d85c93cdb095d | |
parent | d2cc7efd8dc612276a6bf282dacbacc9ef94a61a [diff] |
kernel: alarm: Do not call rtc_alarm_irq_enable in IRQ Disabled context Currently shutdown hook of alarm driver is calling the rtc_alarm_irq_enable API in interrupts disabled context. So fix the alarm_shutdown function to call in API rtc_alarm_irq_enable in interrupt enabled context. CRs-Fixed: 591790 Change-Id: Iebd82482be1dc95c6c978b617e1c18eb36e1b6eb Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>