Re: [PATCH] drm/vc4: drv: Remove unused variable

2020-11-04 Thread Maxime Ripard
On Mon, Nov 02, 2020 at 09:45:38PM +0100, Daniel Vetter wrote: > On Mon, Nov 02, 2020 at 05:29:08PM +0100, Maxime Ripard wrote: > > The commit dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state > > objects") removed the last users of the vc4 variable, but didn't remove > > that variable

[PATCH] drm/vc4: drv: Remove unused variable

2020-11-03 Thread Maxime Ripard
The commit dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects") removed the last users of the vc4 variable, but didn't remove that variable resulting in a warning. Fixes: dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects") Reported-by: Daniel Vetter Signed

Re: [PATCH] drm/vc4: drv: Remove unused variable

2020-11-02 Thread Daniel Vetter
On Mon, Nov 02, 2020 at 05:29:08PM +0100, Maxime Ripard wrote: > The commit dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state > objects") removed the last users of the vc4 variable, but didn't remove > that variable resulting in a warning. > > Fixes: dcda7c28bff2 ("drm/vc4: kms: Add f