linux/drivers/video/exynos
Jingoo Han d3ed97035b video: exynos_dp: add missing of_node_put()
of_find_node_by_name() returns a node pointer with refcount incremented,
use of_node_put() on it when done.

of_find_node_by_name() will call of_node_put() against the node pass to
from parameter, thus we also need to call of_node_get(from) before calling
of_find_node_by_name().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-02-21 17:22:18 -08:00
..
exynos_dp_core.c video: exynos_dp: add missing of_node_put() 2013-02-21 17:22:18 -08:00
exynos_dp_core.h video: exynos_dp: remove redundant parameters 2012-11-29 10:33:28 +09:00
exynos_dp_reg.c video: exynos_dp: remove redundant parameters 2012-11-29 10:33:28 +09:00
exynos_dp_reg.h video: exynos_dp: Fix incorrect setting for INT_CTL 2012-11-29 10:33:28 +09:00
exynos_mipi_dsi_common.c video: exynos_mipi_dsi: Remove unnecessary NULL check 2012-09-22 21:44:37 +00:00
exynos_mipi_dsi_common.h
exynos_mipi_dsi_lowlevel.c
exynos_mipi_dsi_lowlevel.h
exynos_mipi_dsi_regs.h
exynos_mipi_dsi.c drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs 2013-02-21 17:22:18 -08:00
Kconfig video: support DP controller driver 2012-02-13 03:02:30 +00:00
Makefile video: support DP controller driver 2012-02-13 03:02:30 +00:00
s6e8ax0.c drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c 2013-02-21 17:22:18 -08:00