aboutsummaryrefslogtreecommitdiff
path: root/drivers/partition
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/partition')
-rw-r--r--drivers/partition/partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/partition/partition.c b/drivers/partition/partition.c
index d6fb4b8e4e..6085b8651b 100644
--- a/drivers/partition/partition.c
+++ b/drivers/partition/partition.c
@@ -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);
}
}