From: Rob Clark Date: Tue, 4 Nov 2014 18:33:14 +0000 (-0500) Subject: drm/msm/hdmi: refactor bind/init X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~55^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067fef372c7356f64e4d307218df0fae49f9c88e;p=pandora-kernel.git drm/msm/hdmi: refactor bind/init Split up hdmi_init() into hdmi_init() (done at hdmi sub-device bind/probe time) and hdmi_modeset_init() done from master driver's modeset_init(). Anything that can fail due to dependencies on other drivers which may be missing or not probed yet should go in hdmi_init(), so that devm error/cleanup paths work properly. Signed-off-by: Rob Clark --- Reading git-diff-tree failed