Commit e7f9ab4e authored by Yann Gautier's avatar Yann Gautier
Browse files

drivers: partition: correct compilation error in VERBOSE mode


Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
parent 424f68dd
......@@ -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 %llx-%llx\n", i + 1, name, list.list[i].start,
list.list[i].start + list.list[i].length - 4);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment