From: Damien Lespiau Date: Tue, 6 Aug 2013 19:32:24 +0000 (+0100) Subject: drm/i915/hmdi: Rename set_infoframe() to write_infoframe() X-Git-Tag: v3.12-rc1~136^2~59^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9198ee5b9048418849ad96fe37eaff8cd56aaf43;p=pandora-kernel.git 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ä Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed