]> git.baikalelectronics.ru Git - kernel.git/commit
drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix()
authorLiu Ying <Ying.Liu@freescale.com>
Thu, 19 Jun 2014 07:14:37 +0000 (15:14 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 19 Jun 2014 07:16:27 +0000 (09:16 +0200)
commit0e09cb513c718e3348604877a8af08b74c110c72
tree7ba525e729e67087109acf767ecadf464febb5f0
parentad4ffb37959dd264a61ec9487073e4815bf215cc
drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix()

The variable info->fix.type_aux is set to zero twice in the function
drm_fb_helper_fill_fix().  This patch removes one redundant.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c