video: exynos_dp: add missing of_node_put()
authorJingoo Han <[email protected]>
Fri, 22 Feb 2013 00:42:37 +0000 (16:42 -0800)
committerLinus Torvalds <[email protected]>
Fri, 22 Feb 2013 01:22:18 +0000 (17:22 -0800)
commitd3ed97035b2ed8be0c67768ca7e050547d860ca5
tree9dee10feb01abfcc5a9eea4d77667a876f5b8d4c
parent678268e534553546508ae5bf066c8a491047a6f6
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 <[email protected]>
Cc: Florian Tobias Schandinat <[email protected]>
Cc: Ajay Kumar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/exynos/exynos_dp_core.c