[AMD Official Use Only - AMD Internal Distribution Only]

Greetings @Russell, Kent

>       struct amdgpu_amdkfd_fence *fence = to_amdgpu_amdkfd_fence(f);
> +     if (!fence)
> +             return NULL;

Thanks, looking forward to any lessons from this.  The main concern for 
Coverity is use of the pointer without checking first if it is valid.

Reply via email to