On 4/18/2023 2:48 PM, Nick Desaulniers wrote:
On Tue, Apr 18, 2023 at 1:46 PM Jeffrey Hugo wrote:
On 4/18/2023 1:20 PM, Tom Rix wrote:
clang static analysis reports
drivers/accel/qaic/qaic_data.c:610:2: warning: Undefined or garbage
value returned to caller [core.uninitialized.UndefReturn
On Tue, Apr 18, 2023 at 1:46 PM Jeffrey Hugo wrote:
>
> On 4/18/2023 1:20 PM, Tom Rix wrote:
> > clang static analysis reports
> > drivers/accel/qaic/qaic_data.c:610:2: warning: Undefined or garbage
> >value returned to caller [core.uninitialized.UndefReturn]
> > return ret;
> >
On 4/18/2023 1:20 PM, Tom Rix wrote:
clang static analysis reports
drivers/accel/qaic/qaic_data.c:610:2: warning: Undefined or garbage
value returned to caller [core.uninitialized.UndefReturn]
return ret;
^~
The ret variable is only set some of the time but is always