Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
dfe36109
Commit
dfe36109
authored
12 years ago
by
Peter Meerwald
Committed by
Anatolij Gustschin
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
twl4030: fix 'could could' in error messages
Signed-off-by:
Peter Meerwald
<
p.meerwald@bct-electronic.com
>
parent
fd70aa41
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/power/twl4030.c
+2
-2
2 additions, 2 deletions
drivers/power/twl4030.c
with
2 additions
and
2 deletions
drivers/power/twl4030.c
+
2
−
2
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
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment