• Andrew Morton's avatar
    [PATCH] Fix fs/partitions/efi.c printk warnings · 24048086
    Andrew Morton authored
    Lots of these:
    
    fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 2)
    fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 3)
    fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 2)
    fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 3)
    fs/partitions/efi.c:395: warning: long unsigned int format, u64 arg (arg 2)
    fs/partitions/efi.c:395: warning: long unsigned int format, u64 arg (arg 3)
    
    because it is assuming that you can print a u64 with %ld on 64-bit machines.
    24048086
efi.c 19.8 KB