]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/hdmi: remove useless kref
authorRob Clark <robdclark@gmail.com>
Tue, 18 Nov 2014 13:40:44 +0000 (08:40 -0500)
committerRob Clark <robdclark@gmail.com>
Fri, 21 Nov 2014 13:56:19 +0000 (08:56 -0500)
commitccea814d649943964c2f3348372161474becf62e
tree33ef2ed0b6794fad6ca384fee75202b796a88d81
parent60a3547495cbfb5d27da07f6413ce581ebbffc0b
drm/msm/hdmi: remove useless kref

A left-over from prior to component framework.  The original intent was
to deal with hdmi getting unloaded before the master component, but that
isn't really going to work anyways.  These days with the component
framework taking care to unload the master component first, we don't
have to worry about this.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/hdmi/hdmi.c
drivers/gpu/drm/msm/hdmi/hdmi.h
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
drivers/gpu/drm/msm/hdmi/hdmi_connector.c