]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/hdmi: Point to the right struct device
authorStephane Viau <sviau@codeaurora.org>
Thu, 4 Jun 2015 21:31:41 +0000 (17:31 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 11 Jun 2015 17:11:06 +0000 (13:11 -0400)
commitc096e6b3690f7e342ad8502d21632cb10480d3ce
treed88b6f720ab55ffbad6f7a4c8d4661cfe743da16
parent7a90ad2de7a13d4c98c59acd726baa906cccc563
drm/msm/hdmi: Point to the right struct device

DRM device's dev (hdmi->dev->dev) points to the mdss_mdp device
handle. Instead, we should get a reference to the mdss_hdmi
handle.

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/hdmi/hdmi_connector.c