• Ralf Baechle's avatar
    [MIPS] SB1: Fix pile of gcc's bogus format string warnings. · 41a8198f
    Ralf Baechle authored
      CC      arch/mips/mm/cerr-sb1.o
    arch/mips/mm/cerr-sb1.c: In function 'sb1_cache_error':
    arch/mips/mm/cerr-sb1.c:235: warning: format '%010llx' expects type 'long long unsigned int', but argument 2 has type 'uint64_t'
    arch/mips/mm/cerr-sb1.c: In function 'extract_ic':
    arch/mips/mm/cerr-sb1.c:385: warning: format '%016llx' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
    arch/mips/mm/cerr-sb1.c:385: warning: format '%016llX' expects type 'long long unsigned int', but argument 6 has type 'uint64_t'
    arch/mips/mm/cerr-sb1.c: In function 'extract_dc':
    arch/mips/mm/cerr-sb1.c:523: warning: format '%010llx' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
    arch/mips/mm/cerr-sb1.c:523: warning: format '%016llX' expects type 'long long unsigned int', but argument 7 has type 'uint64_t'
    arch/mips/mm/cerr-sb1.c:570: warning: format '%016llX' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
      LD      arch/mips/mm/built-in.o
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    41a8198f
cerr-sb1.c 16.1 KB