projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd70aa4
)
twl4030: fix 'could could' in error messages
author
Peter Meerwald
<
[email protected]
>
Mon, 19 Nov 2012 23:13:04 +0000
(23:13 +0000)
committer
Anatolij Gustschin
<
[email protected]
>
Mon, 14 Jan 2013 22:22:37 +0000
(23:22 +0100)
Signed-off-by: Peter Meerwald <
[email protected]
>
drivers/power/twl4030.c
patch
|
blob
|
history
diff --git
a/drivers/power/twl4030.c
b/drivers/power/twl4030.c
index 36b2144947a2b93f23c21df7ea0cec0a7843c541..e7d5f132b2bccb037de256ec005260ddc026c2e5 100644
(file)
--- a/
drivers/power/twl4030.c
+++ b/
drivers/power/twl4030.c
@@
-71,7
+71,7
@@
void twl4030_pmrecv_vsel_cfg(u8 vsel_reg, u8 vsel_val,
ret = twl4030_i2c_write_u8(TWL4030_CHIP_PM_RECEIVER, vsel_val,
vsel_reg);
if (ret != 0) {
- printf("Could
could
not write vsel to reg %02x (%d)\n",
+ printf("Could not write vsel to reg %02x (%d)\n",
vsel_reg, ret);
return;
}
@@
-80,7
+80,7
@@
void twl4030_pmrecv_vsel_cfg(u8 vsel_reg, u8 vsel_val,
ret = twl4030_i2c_write_u8(TWL4030_CHIP_PM_RECEIVER, dev_grp_sel,
dev_grp);
if (ret != 0)
- printf("Could
could
not write grp_sel to reg %02x (%d)\n",
+ printf("Could not write grp_sel to reg %02x (%d)\n",
dev_grp, ret);
}