Thread (11 messages) flat view 11 messages, 4 authors, 2012-09-04

[PATCH v5 3/4] regulator: anatop-regulator: convert to use syscon to access anatop register

From: Shawn Guo <hidden>
Date: 2012-09-04 11:34:34
Also in: linux-devicetree, lkml

On Tue, Sep 04, 2012 at 11:20:10AM +0800, Dong Aisheng wrote:
+
+	anatop_np = of_get_parent(np);
+	if (!anatop_np)
+		return -ENODEV;
+	sreg->anatop = syscon_node_to_regmap(anatop_np);
+	if (IS_ERR(sreg->anatop))
+		return PTR_ERR(sreg->anatop);
+
With of_node_put moved out from syscon_node_to_regmap, shouldn't
we put anatop_np here then?

-- 
Regards,
Shawn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help