Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
e7f9ab4e
Commit
e7f9ab4e
authored
Oct 04, 2018
by
Yann Gautier
Browse files
drivers: partition: correct compilation error in VERBOSE mode
Signed-off-by:
Yann Gautier
<
yann.gautier@st.com
>
parent
424f68dd
Changes
1
Show whitespace changes
Inline
Side-by-side
drivers/partition/partition.c
View file @
e7f9ab4e
...
...
@@ -30,7 +30,7 @@ static void dump_entries(int num)
name
[
len
+
j
]
=
' '
;
}
name
[
EFI_NAMELEN
-
1
]
=
'\0'
;
VERBOSE
(
"%d: %s %lx-%lx
\n
"
,
i
+
1
,
name
,
list
.
list
[
i
].
start
,
VERBOSE
(
"%d: %s %
l
lx-%
l
lx
\n
"
,
i
+
1
,
name
,
list
.
list
[
i
].
start
,
list
.
list
[
i
].
start
+
list
.
list
[
i
].
length
-
4
);
}
}
...
...
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