From: Tomi Valkeinen Date: Thu, 25 Apr 2013 11:53:18 +0000 (+0300) Subject: OMAPDSS: output: increase refcount in find_output funcs X-Git-Tag: v3.11-rc1~66^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820caabf68e6ebddbb48cf1770338682cfa318c5;p=pandora-kernel.git OMAPDSS: output: increase refcount in find_output funcs Now that omap_dss_output has been combined into omap_dss_device, we can add ref counting for the relevant output functions also. This patch adds omap_dss_get_device() calls to the various find_output() style functions. This, of course, means that the users of those find_output functions need to do a omap_dss_put_device() after use. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed