Loading drivers/media/platform/msm/ais/cam_isp/cam_isp_context.c +1 −1 Original line number Diff line number Diff line Loading @@ -2185,7 +2185,7 @@ static int __cam_isp_ctx_dump_req_info(struct cam_context *ctx, uint8_t *dst; if (!req || !ctx || !offset || !cpu_addr || !buf_len) { CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %u %pK %pK %pK ", CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %pK %lx %zu ", req, ctx, offset, cpu_addr, buf_len); return -EINVAL; } Loading Loading
drivers/media/platform/msm/ais/cam_isp/cam_isp_context.c +1 −1 Original line number Diff line number Diff line Loading @@ -2185,7 +2185,7 @@ static int __cam_isp_ctx_dump_req_info(struct cam_context *ctx, uint8_t *dst; if (!req || !ctx || !offset || !cpu_addr || !buf_len) { CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %u %pK %pK %pK ", CAM_ERR(CAM_ISP, "Invalid parameters %pK %pK %pK %lx %zu ", req, ctx, offset, cpu_addr, buf_len); return -EINVAL; } Loading