From: Tomi Valkeinen Date: Fri, 3 May 2013 08:40:54 +0000 (+0300) Subject: OMAPDSS: add module_get/put to omap_dss_get/put_device() X-Git-Tag: v3.11-rc1~66^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35317a42ddfff836d509cf128255721db8101c1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed