commit | 61d4eb2724283e85b37ed2fe13390366d7a6db74 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Jan 27 04:56:57 2013 -0800 |
committer | Bryan Wu <cooloney@gmail.com> | Wed Feb 06 16:00:43 2013 -0800 |
tree | 699dca7ae69c7d42081fa083db45b245da79e3c4 | |
parent | ef754e88e35f86d9704f79ac8dace8c66f367164 [diff] |
leds: 88pm860x: 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 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> Signed-off-by: Bryan Wu <cooloney@gmail.com>