Re: [PATCH 1/8] drm/vc4: drv: Remove the DSI pointer in vc4_drv

2020-12-10 Thread Nicolas Saenz Julienne
On Thu, 2020-12-03 at 14:25 +0100, Maxime Ripard wrote: > That pointer isn't used anywhere, so there's no point in keeping it. > > Signed-off-by: Maxime Ripard > --- Reviewed-by: Nicolas Saenz Julienne >  drivers/gpu/drm/vc4/vc4_drv.h | 1 - >  drivers/gpu/drm/vc4/vc4_dsi.c | 9 - >  2 f

[PATCH 1/8] drm/vc4: drv: Remove the DSI pointer in vc4_drv

2020-12-04 Thread Maxime Ripard
That pointer isn't used anywhere, so there's no point in keeping it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_drv.h | 1 - drivers/gpu/drm/vc4/vc4_dsi.c | 9 - 2 files changed, 10 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_drv.h b/drivers/gpu/drm/vc4/vc4_drv.h ind