mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
This commit is contained in:
commit
f1972e3255
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue