Re: [PATCH][next] drm/i915/selftest: fix an error return path where err is not being set

From: Chris Wilson
Date: Mon Jul 13 2020 - 11:03:24 EST


Quoting Colin King (2020-07-13 15:25:51)
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is an error condition where err is not being set and an uninitialized
> garbage value in err is being returned. Fix this by assigning err to an
> appropriate error return value before taking the error exit path.
>
> Addresses-Coverity: ("Uninitialized scalar value")
> Fixes: ed2690a9ca89 ("drm/i915/selftest: Check that GPR are restored across noa_wait")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Thanks, pushed.
-Chris