]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/88pm860x_bl.c: add missing of_node_put()
authorAxel Lin <axel.lin@ingics.com>
Wed, 20 Feb 2013 02:15:30 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:17 +0000 (16:53 +1100)
commit77f4cf0b1bb6dc2dfc2d98970096d3e6020dad5d
tree7f53bb7c73c113ca7d41e587749c9ca48049845f
parent901e6689ac5d910e502e0901a221d564bd251348
drivers/video/backlight/88pm860x_bl.c: 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: Axel Lin <axel.lin@ingics.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/88pm860x_bl.c