RE: [PATCH v3] drm/amdkfd: Uninitialized and Unused variables

2025-02-12 Thread Martin, Andrew
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

RE: [PATCH v3] drm/amdkfd: Uninitialized and Unused variables

2025-01-16 Thread Russell, Kent
[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