commit | acee29988e9a22a343728c36954d2ea6f9c0c970 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Dec 08 19:59:39 2015 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Jan 12 15:59:58 2016 +0200 |
tree | 9e0f3d9e150d6b2dd4ccf37720e3a2da2faee965 | |
parent | ccb1a8319015d31a51e8206b66ab3aaea07417ba [diff] |
drm/i915: Remove pointless 'ddi_translations' local variable skl_get_buf_trans_*() don't need the 'ddi_translations' local variable since all they with is assign and return. Just return the right thing directly and get rid of the local variable. v2: Resolve conflicts due to KBL Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> (v1)