commit | d35317a42ddfff836d509cf128255721db8101c1 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri May 03 11:40:54 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jun 17 14:00:52 2013 +0300 |
tree | 54e63f2a44cff65fa6427d814c9545ace6d45ad3 | |
parent | 4f3e44ea07eafb5252e8414ae4f75f749e1729de [diff] |
OMAPDSS: add module_get/put to omap_dss_get/put_device() 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>