commit | 30bfa4eec7e813825f7537149eb394605c41dbe8 | [log] [tgz] |
---|---|---|
author | Liu Ying <Ying.Liu@freescale.com> | Thu Jun 19 15:14:37 2014 +0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jun 19 09:16:27 2014 +0200 |
tree | 7ba525e729e67087109acf767ecadf464febb5f0 | |
parent | 4cf2b28146713d39f78bd62002a8ab00075c63b7 [diff] |
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>