On 10/31/25 11:49 AM, Mohamed Ahmed wrote:
> +     /* If we get here then nothing can reconcile the requirements. This 
> should never
> +      * happen.
> +      */
> +     WARN_ON(1);

This is called from a userspace path, please use dev_warn_once() instead and
return an error code.

Reply via email to