[PATCH] drm/qxl: Remove useless drm_fb_get_bpp_depth() call

2016-06-08 Thread Daniel Vetter
On Tue, Jun 07, 2016 at 05:50:02PM +0100, Eric Engestrom wrote: > On Mon, Jun 06, 2016 at 09:14:51PM +0300, Laurent Pinchart wrote: > > The function has no side effect and its returned values are ignored, > > don't call it. > > > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Eric Engestrom

[PATCH] drm/qxl: Remove useless drm_fb_get_bpp_depth() call

2016-06-07 Thread Eric Engestrom
On Mon, Jun 06, 2016 at 09:14:51PM +0300, Laurent Pinchart wrote: > The function has no side effect and its returned values are ignored, > don't call it. > > Signed-off-by: Laurent Pinchart Reviewed-by: Eric Engestrom > --- > drivers/gpu/drm/qxl/qxl_fb.c | 4 > 1 file changed, 4

[PATCH] drm/qxl: Remove useless drm_fb_get_bpp_depth() call

2016-06-06 Thread Laurent Pinchart
The function has no side effect and its returned values are ignored, don't call it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/qxl/qxl_fb.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/qxl/qxl_fb.c b/drivers/gpu/drm/qxl/qxl_fb.c index