Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
dfe36109
Commit
dfe36109
authored
Nov 19, 2012
by
Peter Meerwald
Committed by
Anatolij Gustschin
Jan 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twl4030: fix 'could could' in error messages
Signed-off-by:
Peter Meerwald
<
p.meerwald@bct-electronic.com
>
parent
fd70aa41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/power/twl4030.c
drivers/power/twl4030.c
+2
-2
No files found.
drivers/power/twl4030.c
View file @
dfe36109
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment