Axel Lin c92f5dd2c4 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>
2013-01-30 18:50:27 +08:00
..
2013-01-23 20:30:52 -08:00
2013-01-14 09:08:38 -08:00
2012-12-18 15:19:06 +10:30
2013-01-23 20:30:52 -08:00
2013-01-22 16:36:23 -08:00
2013-01-08 18:53:56 -08:00
2013-01-08 18:53:56 -08:00
2012-12-19 08:19:07 -08:00
2013-01-16 15:57:54 +01:00
2013-01-18 14:05:25 -08:00
2013-01-15 10:45:26 -07:00
2013-01-18 12:02:52 -08:00