|
@@ -3841,14 +3841,14 @@ static int __cam_isp_ctx_apply_req(struct cam_context *ctx,
|
|
if (ctx_ops->crm_ops.apply_req) {
|
|
if (ctx_ops->crm_ops.apply_req) {
|
|
rc = ctx_ops->crm_ops.apply_req(ctx, apply);
|
|
rc = ctx_ops->crm_ops.apply_req(ctx, apply);
|
|
} else {
|
|
} else {
|
|
- CAM_ERR_RATE_LIMIT(CAM_ISP,
|
|
|
|
|
|
+ CAM_WARN_RATE_LIMIT(CAM_ISP,
|
|
"No handle function in activated substate %d",
|
|
"No handle function in activated substate %d",
|
|
ctx_isp->substate_activated);
|
|
ctx_isp->substate_activated);
|
|
rc = -EFAULT;
|
|
rc = -EFAULT;
|
|
}
|
|
}
|
|
|
|
|
|
if (rc)
|
|
if (rc)
|
|
- CAM_ERR_RATE_LIMIT(CAM_ISP,
|
|
|
|
|
|
+ CAM_WARN_RATE_LIMIT(CAM_ISP,
|
|
"Apply failed in active substate %d rc %d",
|
|
"Apply failed in active substate %d rc %d",
|
|
ctx_isp->substate_activated, rc);
|
|
ctx_isp->substate_activated, rc);
|
|
return rc;
|
|
return rc;
|