From: Liu Ying Date: Thu, 19 Jun 2014 07:14:37 +0000 (+0800) Subject: drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~88^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bfa4eec7e813825f7537149eb394605c41dbe8;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed