summaryrefslogtreecommitdiffstats
path: root/kernel/smpboot.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-01-27 14:16:56 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-30 11:50:27 +0100
commitc92f5dd2c42fa61e0ef810fad4584b184ea2d50e (patch)
treec0d7f598b23259342ea4e912607156fb7acef2d2 /kernel/smpboot.c
parentMerge remote-tracking branches 'regulator/fix/max8907', 'regulator/fix/max899... (diff)
downloadlinux-c92f5dd2c42fa61e0ef810fad4584b184ea2d50e.tar.xz
linux-c92f5dd2c42fa61e0ef810fad4584b184ea2d50e.zip
regulator: 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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'kernel/smpboot.c')
0 files changed, 0 insertions, 0 deletions