Loading drivers/soc/qcom/memshare/msm_memshare.c +2 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ static int modem_notifier_cb(struct notifier_block *this, unsigned long code, int dest_vmids[1] = {VMID_HLOS}; int dest_perms[1] = {PERM_READ|PERM_WRITE}; mutex_lock(&memsh_drv->mem_share); switch (code) { case SUBSYS_BEFORE_SHUTDOWN: Loading Loading @@ -264,6 +265,7 @@ static int modem_notifier_cb(struct notifier_block *this, unsigned long code, break; } mutex_unlock(&memsh_drv->mem_share); return NOTIFY_DONE; } Loading Loading
drivers/soc/qcom/memshare/msm_memshare.c +2 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ static int modem_notifier_cb(struct notifier_block *this, unsigned long code, int dest_vmids[1] = {VMID_HLOS}; int dest_perms[1] = {PERM_READ|PERM_WRITE}; mutex_lock(&memsh_drv->mem_share); switch (code) { case SUBSYS_BEFORE_SHUTDOWN: Loading Loading @@ -264,6 +265,7 @@ static int modem_notifier_cb(struct notifier_block *this, unsigned long code, break; } mutex_unlock(&memsh_drv->mem_share); return NOTIFY_DONE; } Loading