commit | 7a193bcc93d49dce4533131641c886cff9056400 | [log] [tgz] |
---|---|---|
author | Subbaraman Narayanamurthy <subbaram@codeaurora.org> | Tue Mar 26 22:15:50 2013 -0700 |
committer | Subbaraman Narayanamurthy <subbaram@codeaurora.org> | Wed Mar 27 13:45:49 2013 -0700 |
tree | c8f37525ae9ad7297fa03e477a04cf1d78d5262f | |
parent | b0b2953308e6dbc54852bcd8acbc5fbbeda2c19f [diff] |
msm: msm_watchdog_v2: Initialize watchdog early to handle early failures Currently watchdog is initialized as late_initcall which is not helping in handling early failures. Hence initialize watchdog as pure_initcall to handle the aforementioned cases. Change-Id: Ia4ecee31b3557457905495a4870f527fb7e975aa Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>