mtd: afs: fix build warning
drivers/mtd/afs.c:244: warning: format ‘%5d’ expects type ‘int’, but argument 4 has type ‘uint64_t’ [dwmw2: fix incorrect 'KB' too] Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Родитель
76d6a47916
Коммит
0ffd24fc7f
|
@ -239,7 +239,7 @@ static int parse_afs_partitions(struct mtd_info *mtd,
|
|||
parts[idx].offset = img_ptr;
|
||||
parts[idx].mask_flags = 0;
|
||||
|
||||
printk(" mtd%d: at 0x%08x, %5dKB, %8u, %s\n",
|
||||
printk(" mtd%d: at 0x%08x, %5lluKiB, %8u, %s\n",
|
||||
idx, img_ptr, parts[idx].size / 1024,
|
||||
iis.imageNumber, str);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче