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

Commit 6eb4b6a3 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 66de6dd5 on remote branch

Change-Id: I7e87521b36aa10ea6ead43ab26a7a0b01be8ab20
parents 5c1776ce 66de6dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3948,7 +3948,7 @@ int cam_req_mgr_dump_request(struct cam_dump_req_cmd *dump_req)

	link = (struct cam_req_mgr_core_link *)
		cam_get_device_priv(dump_req->link_hdl);
	if (!link) {
	if (!link || link->link_hdl != dump_req->link_hdl) {
		CAM_DBG(CAM_CRM, "link ptr NULL %x", dump_req->link_hdl);
		rc = -EINVAL;
		goto end;