OMAPDSS: add module_get/put to omap_dss_get/put_device()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 3 May 2013 08:40:54 +0000 (11:40 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:52 +0000 (14:00 +0300)
omap_dss_get_device() should be called for omap_dss_device before it is
used to increase its refcount. Currently we only increase the refcount
for the underlying device.

This patch adds managing the ref count to the underlying module also,
which contains the ops for the omap_dss_device.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found