Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12f45d24 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

drivers: soc: Change the default policy to nop



Do nothing if application processor crashes. Change the default
policy to NOP.

Change-Id: I5905aa9b3727538056b1c8fe73fb1a83100a45fd
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent ef41b8a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ static int sdx_ext_ipc_probe(struct platform_device *pdev)

	mutex_init(&mdm->policy_lock);
	mutex_init(&mdm->e911_lock);
	mdm->policy = SUBSYS_PANIC;
	mdm->policy = SUBSYS_NOP;

	ret = device_create_file(mdm->dev, &dev_attr_policy);
	if (ret) {