leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 14 Jan 2015 13:51:58 +0000 (05:51 -0800)
committerBryan Wu <cooloney@gmail.com>
Wed, 14 Jan 2015 18:40:20 +0000 (10:40 -0800)
commit452bc149947bb31775f0dc6a637fcf792af88e60
tree96fda4c46928d5403b34cc03b216baeab919cab9
parent137fe48d3956a1acfe1851d07ef1fc30fa405e84
leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack

of_find_node_by_name() calls of_node_put() on its "from" parameter.
To counter this, mc13xxx_led_probe_dt() calls of_node_get() first.

Use of_get_child_by_name() instead to get rid of the refcount hack.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: linux-leds@vger.kernel.org
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-mc13783.c