ktop.org
> Subject: RE: [PATCH v3] drm/amdkfd: Uninitialized and Unused variables
>
> [Public]
>
> Asking for some advice here.
>
> Coverity throws uninitialized errors (covered below), but at least the first
> two
> (commented below) are explicitly set in the various fu
[Public]
Asking for some advice here.
Coverity throws uninitialized errors (covered below), but at least the first
two (commented below) are explicitly set in the various function calls. Should
we be initializing them anyways, or should we only be doing that for the
variables where there's som