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

Commit 74946263 authored by Soundrapandian Jeyaprakash's avatar Soundrapandian Jeyaprakash
Browse files

msm: camera: Initialize the missing structure member



Add the missing initializer with appropriate value.

Change-Id: I4cd5c27a6e441c5491d381554e134e47a67a8f0e
Signed-off-by: default avatarSoundrapandian Jeyaprakash <jsoundra@codeaurora.org>
parent 7a55bd37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -833,6 +833,7 @@ static void __cam_req_mgr_destroy_link_info(struct cam_req_mgr_core_link *link)
	for (i = 0; i < link->num_devs; i++) {
		dev = &link->l_dev[i];
		if (dev != NULL) {
			link_data.dev_hdl = dev->dev_hdl;
			if (dev->ops && dev->ops->link_setup)
				dev->ops->link_setup(&link_data);
			dev->dev_hdl = 0;