Re: [PATCH] drm/i915: remove redundant assignment to variable err

From: Chris Wilson
Date: Thu Apr 09 2020 - 15:20:14 EST


Quoting Colin King (2020-04-09 14:31:07)
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The variable err is being initialized with a value that is never read
> and it is being updated later with a new value. The initialization is
> redundant and can be removed.
>
> Addresses-Coverity: ("Unused value")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Could be useful... No, let's not look at that function again.
Reviewed-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
-Chris