msm: subsystem: switch restart_level from SOC to INDEPENDENT.

To restart the individual module when crash occurs
instead of whole system panic.

Change-Id: I3e2374d9a89d4778b0811457042720478aa8683e
Signed-off-by: tzuhsuan_chen <tzuhsuan_chen@asus.com>
This commit is contained in:
tzuhsuan_chen 2013-04-15 21:10:43 +08:00 committed by Iliyan Malchev
parent b2a127bf8c
commit 2b132be8af

View file

@ -578,7 +578,7 @@ static int __init ssr_init_soc_restart_orders(void)
static int __init subsys_restart_init(void)
{
restart_level = RESET_SOC;
restart_level = RESET_SUBSYS_INDEPENDENT;
ssr_wq = alloc_workqueue("ssr_wq", WQ_CPU_INTENSIVE, 0);
if (!ssr_wq)