Loading drivers/media/platform/msm/ais/cam_isp/cam_isp_context.c +2 −2 Original line number Diff line number Diff line Loading @@ -2794,7 +2794,7 @@ static int __cam_isp_ctx_config_dev_in_top_state( goto put_ref; if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle)) CAM_WARN(CAM_ISP, "Can not put packet address : 0x%x", CAM_WARN(CAM_ISP, "Can not put packet address : 0x%llx", cmd->packet_handle); CAM_DBG(CAM_REQ, Loading @@ -2811,7 +2811,7 @@ static int __cam_isp_ctx_config_dev_in_top_state( } free_cpu_buf: if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle)) CAM_WARN(CAM_ISP, "Can not put packet address: 0x%x", CAM_WARN(CAM_ISP, "Can not put packet address: 0x%llx", cmd->packet_handle); free_req: spin_lock_bh(&ctx->lock); Loading Loading
drivers/media/platform/msm/ais/cam_isp/cam_isp_context.c +2 −2 Original line number Diff line number Diff line Loading @@ -2794,7 +2794,7 @@ static int __cam_isp_ctx_config_dev_in_top_state( goto put_ref; if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle)) CAM_WARN(CAM_ISP, "Can not put packet address : 0x%x", CAM_WARN(CAM_ISP, "Can not put packet address : 0x%llx", cmd->packet_handle); CAM_DBG(CAM_REQ, Loading @@ -2811,7 +2811,7 @@ static int __cam_isp_ctx_config_dev_in_top_state( } free_cpu_buf: if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle)) CAM_WARN(CAM_ISP, "Can not put packet address: 0x%x", CAM_WARN(CAM_ISP, "Can not put packet address: 0x%llx", cmd->packet_handle); free_req: spin_lock_bh(&ctx->lock); Loading