public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] regulator: palmas: Removing duplicated code
@ 2013-02-18  5:14 J Keerthy
  2013-02-18  8:24 ` Graeme Gregory
  2013-02-27 18:35 ` Stephen Warren
  0 siblings, 2 replies; 5+ messages in thread
From: J Keerthy @ 2013-02-18  5:14 UTC (permalink / raw)
  To: broonie, lgirdwood, linux-kernel; +Cc: j-keerthy, gg

Removing duplicate assignment in the existing code.

Signed-off-by: J Keerthy <j-keerthy@ti.com>
---
 drivers/regulator/palmas-regulator.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index c9e912f..22c6ae2 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -566,11 +566,6 @@ static void palmas_dt_to_pdata(struct device *dev,
 			pdata->reg_init[idx]->mode_sleep = prop;
 
 		ret = of_property_read_u32(palmas_matches[idx].of_node,
-				"ti,warm_reset", &prop);
-		if (!ret)
-			pdata->reg_init[idx]->warm_reset = prop;
-
-		ret = of_property_read_u32(palmas_matches[idx].of_node,
 				"ti,tstep", &prop);
 		if (!ret)
 			pdata->reg_init[idx]->tstep = prop;
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-28  5:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18  5:14 [PATCH 3/4] regulator: palmas: Removing duplicated code J Keerthy
2013-02-18  8:24 ` Graeme Gregory
2013-02-18  8:34   ` J, KEERTHY
2013-02-27 18:35 ` Stephen Warren
2013-02-28  5:22   ` J, KEERTHY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox