* [PATCH 1/1] OMAP: twl4030-power: In remove script check the error condition after i2cwrite
@ 2011-05-04 12:08 Lesly Arackal Manuel
2011-05-13 17:08 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Lesly Arackal Manuel @ 2011-05-04 12:08 UTC (permalink / raw)
To: linux-omap; +Cc: Lesly A M, Samuel Ortiz
From: Lesly A M <leslyam@ti.com>
Fixing the error condition check in twl4030 remove script function.
Due to some typo in commit ID: 11a441ce82d6ffecfd39b324024de0cd630b36c1
Signed-off-by: Lesly A M <leslyam@ti.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
---
drivers/mfd/twl4030-power.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c
index 16422de..6fed964 100644
--- a/drivers/mfd/twl4030-power.c
+++ b/drivers/mfd/twl4030-power.c
@@ -484,9 +484,9 @@ int twl4030_remove_script(u8 flags)
return err;
}
if (flags & TWL4030_WAKEUP12_SCRIPT) {
- if (err)
err = twl_i2c_write_u8(TWL4030_MODULE_PM_MASTER, END_OF_SCRIPT,
R_SEQ_ADD_S2A12);
+ if (err)
return err;
}
if (flags & TWL4030_WAKEUP3_SCRIPT) {
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-13 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 12:08 [PATCH 1/1] OMAP: twl4030-power: In remove script check the error condition after i2cwrite Lesly Arackal Manuel
2011-05-13 17:08 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).