]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Remove useless drm_fb_get_bpp_depth() call
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 6 Jun 2016 18:14:12 +0000 (21:14 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Jun 2016 19:40:34 +0000 (21:40 +0200)
commit1d2c3b39ba6a7e578a9913f0b81b727cd831d2b8
treed42eddd63eb6e903d3c5e06f1bb51af91b0bd0d7
parent96bcd601fde1ac93735f2b5ce3bd313f3d675aee
drm/ast: Remove useless drm_fb_get_bpp_depth() call

The function has no side effect and its returned values are ignored,
don't call it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1465236852-11710-1-git-send-email-laurent.pinchart@ideasonboard.com
drivers/gpu/drm/ast/ast_fb.c