projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5614bc7
)
cgtqmx6eval: Fit into a single line
author
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 17 Sep 2015 18:13:18 +0000
(15:13 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 20 Sep 2015 09:09:47 +0000
(11:09 +0200)
The printf can be put in a single line of code, so make it
simpler
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
board/congatec/cgtqmx6eval/cgtqmx6eval.c
patch
|
blob
|
history
diff --git
a/board/congatec/cgtqmx6eval/cgtqmx6eval.c
b/board/congatec/cgtqmx6eval/cgtqmx6eval.c
index 574891e5ec6df3965c57f1890f46e214f10eb177..cf5607b2c808c3ac09491c86a498e3cca1aa1c4f 100644
(file)
--- a/
board/congatec/cgtqmx6eval/cgtqmx6eval.c
+++ b/
board/congatec/cgtqmx6eval/cgtqmx6eval.c
@@
-212,8
+212,7
@@
int power_init_board(void)
for (i = 0; i < ARRAY_SIZE(mipi_levels); i++) {
if (!strcmp(mipi_levels[i].name, lv_mipi)) {
- printf("set MIPI level %s\n",
- mipi_levels[i].name);
+ printf("set MIPI level %s\n", mipi_levels[i].name);
ret = pmic_reg_write(p, PFUZE100_VGEN4VOL,
mipi_levels[i].value);
if (ret)