aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2013-02-21 16:44:00 -0800
committerLinus Torvalds <[email protected]>2013-02-21 17:22:25 -0800
commitc84c383366bcb1025b03a82e5ebcf9f1c645ec68 (patch)
tree6382ebaf3517ec859beb97a2f36b455cf8cc33c2 /lib/memory-notifier-error-inject.c
parentde474b5bfcd5448681549369efb36c51f870ea60 (diff)
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 <[email protected]> Cc: Jingoo Han <[email protected]> Cc: Haojian Zhuang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions