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

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

Merge "msm: camera: req_mgr: Populate dev_hdl to notify events to RT devices" into dev/msm-4.9-camx

parents 2332d9cd e523334f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -468,6 +468,7 @@ static int __cam_req_mgr_send_req(struct cam_req_mgr_core_link *link,
		for (; i >= 0; i--) {
			dev = &link->l_dev[i];
			evt_data.evt_type = CAM_REQ_MGR_LINK_EVT_ERR;
			evt_data.dev_hdl = dev->dev_hdl;
			evt_data.link_hdl =  link->link_hdl;
			evt_data.req_id = apply_req.request_id;
			evt_data.u.error = CRM_KMD_ERR_BUBBLE;