OSDN Git Service

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)
commit5e4eb82fc23bafa76b0b010f41401eb75db9a851
treed88b6f720ab55ffbad6f7a4c8d4661cfe743da16
parentfbd4ae8a4eab0a3549f3646c3fb6ddbb414da4b3
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