drm/i915/hmdi: Rename set_infoframe() to write_infoframe()
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 6 Aug 2013 19:32:24 +0000 (20:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 8 Aug 2013 12:04:51 +0000 (14:04 +0200)
commit9198ee5b9048418849ad96fe37eaff8cd56aaf43
treeb55ee7be86a5652d65a361f85219a24050ebe35c
parent15747638e63cdfb94a8ff4af8e4b53e966e2bace
drm/i915/hmdi: Rename set_infoframe() to write_infoframe()

set_frame() wraps the write_frame() vfunc. Be consistent and name the
wrapping function like the vfunc being called.

It's doubly confusing as we also have a set_infoframes() vfunc and
set_infoframe() doesn't wrap it.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c