|
@@ -285,7 +285,7 @@ int cam_icp_context_init(struct cam_icp_context *ctx,
|
|
|
}
|
|
|
|
|
|
rc = cam_context_init(ctx->base, icp_dev_name, CAM_ICP, ctx_id,
|
|
|
- NULL, hw_intf, ctx->req_base, CAM_CTX_REQ_MAX);
|
|
|
+ NULL, hw_intf, ctx->req_base, CAM_CTX_ICP_REQ_MAX);
|
|
|
if (rc) {
|
|
|
CAM_ERR(CAM_ICP, "Camera Context Base init failed");
|
|
|
goto err;
|