diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-07-24 03:32:42 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-07-24 03:32:41 -0700 |
| commit | df9023cd6928cca15905ae98b5ef7d857504d055 (patch) | |
| tree | 55af2bb058249598ec2159b49c609925d84f5fa1 /drivers/soc | |
| parent | a71e8433d742f9665039a19993f321ff0c57fce6 (diff) | |
| parent | 769a58cd28a6bc2449d9a7fe9b833aab9a356941 (diff) | |
Merge "soc: qcom: hab: change the unregistration to be dummy"
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/qcom/hab/hab_qvm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/soc/qcom/hab/hab_qvm.c b/drivers/soc/qcom/hab/hab_qvm.c index 129d1deeb2f0..df60e5c1b07d 100644 --- a/drivers/soc/qcom/hab/hab_qvm.c +++ b/drivers/soc/qcom/hab/hab_qvm.c @@ -314,10 +314,7 @@ int hab_hypervisor_register(void) void hab_hypervisor_unregister(void) { - hab_hypervisor_unregister_common(); - - qvm_priv_info.probe_cnt = 0; - qvm_priv_info.curr = 0; + pr_info("unregistration is called, but do nothing\n"); } /* this happens before hypervisor register */ |
