Merge "msm: early_domain: return directly if early domain disabled"
This commit is contained in:
commit
f6f86a701c
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ void request_early_service_shutdown(enum service_id sid)
|
|||
struct early_domain_core *domain = ed_core_data;
|
||||
unsigned long *request;
|
||||
|
||||
if (!early_domain_enabled)
|
||||
return;
|
||||
|
||||
request = &domain->pdata->early_domain_request;
|
||||
set_bit(sid, request);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue