@@ -4237,7 +4237,7 @@ static int cam_req_mgr_cb_notify_trigger(
link = cam_get_link_priv(trigger_data->link_hdl);
if (!link) {
- CAM_DBG(CAM_CRM, "link ptr NULL %x", trigger_data->link_hdl);
+ CAM_WARN_RATE_LIMIT(CAM_CRM, "link ptr NULL %x", trigger_data->link_hdl);
rc = -EINVAL;
goto end;
}
@@ -157,7 +157,7 @@ int cam_req_mgr_workq_enqueue_task(struct crm_workq_task *task,
workq = (struct cam_req_mgr_core_workq *)task->parent;
if (!workq) {
- CAM_DBG(CAM_CRM, "NULL workq pointer suspect mem corruption");
+ CAM_WARN_RATE_LIMIT(CAM_CRM, "NULL workq pointer suspect mem corruption");
return -EINVAL;