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

Commit 141771d5 authored by Soundrapandian Jeyaprakash's avatar Soundrapandian Jeyaprakash Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Initialize the missing structure member" into dev/msm-4.9-camx

parents d88ee02e 74946263
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;