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
0a09313e
Unverified
Commit
0a09313e
authored
Oct 12, 2018
by
Dimitris Papastamos
Committed by
GitHub
Oct 12, 2018
Browse files
Merge pull request #1626 from Yann-lms/partition_verbose
drivers: partition: correct compilation error in VERBOSE mode
parents
bd8c4016
e7f9ab4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/partition/partition.c
View file @
0a09313e
...
...
@@ -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