mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: SSR: Remove useless warning
This is a warning so that developers know to add more restart order lists to SSR when a new chip is added. This is mostly irrelevant now because we assume either entire SoC restart on SSR or independent restart on SSR, not group restarts. Remove this warning as it is mostly a reminder that nobody is listening for. Change-Id: Icbf955cb18395d8d5d086b2167c5c329588b9256 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
bbafa74230
commit
09553d5278
1 changed files with 0 additions and 4 deletions
|
@ -569,10 +569,6 @@ static int __init ssr_init_soc_restart_orders(void)
|
|||
mutex_init(&restart_orders[i]->shutdown_lock);
|
||||
}
|
||||
|
||||
if (restart_orders == NULL || n_restart_orders < 1) {
|
||||
WARN_ON(1);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue