Merge "msm: camera: reqmgr: check if link handle is correctly passed" into camera-kernel.lnx.4.0

This commit is contained in:
Camera Software Integration 2022-01-03 10:53:03 -08:00 коммит произвёл Gerrit - the friendly Code Review server
Родитель 89103da2f8 4856f7a40a
Коммит c450d2e419
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4542,7 +4542,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;