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

Commit e1c36a69 authored by Junzhe Zou's avatar Junzhe Zou
Browse files

msm: camera: core: remove extra stop during release



Don't call stop dev inside release dev since UMD call stop ioctl separately
and context state machine should decide whether stop should be called.

Change-Id: I87f7b275d38d2a6d9e901e6a16c8d5f09b1e511a
Signed-off-by: default avatarJunzhe Zou <jnzhezou@codeaurora.org>
parent 11c30c7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -200,7 +200,6 @@ int32_t cam_context_release_dev_to_hw(struct cam_context *ctx,
		return -EINVAL;
	}

	cam_context_stop_dev_to_hw(ctx);
	arg.ctxt_to_hw_map = ctx->ctxt_to_hw_map;
	arg.active_req = false;