commit | 72952757b82e79f3217b9d289e3d5af9c985b8a5 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:52:40 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 14 22:36:37 2016 +0200 |
tree | 9a7233c986522cde42e7fb6254b574439b336a7e | |
parent | 3a6176e7febb6a7b67fb15d99481795941b9e707 [diff] |
drm/mgag200: Add local 'fb' variable Add a local 'fb' variable to a few places to get rid of the 'crtc->primary->fb' stuff. Looks neater and helps me with my poor coccinelle skills later. Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-5-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>