• Andrew Morton's avatar
    [MTD] Prepare physmap for 64-bit-resources · f24ff6bf
    Andrew Morton authored
    Fallout from the incoming 64-bit-resource stuff:
    
    drivers/mtd/maps/physmap.c: In function 'physmap_flash_probe':
    drivers/mtd/maps/physmap.c:94: warning: format '%.8lx' expects type 'long
    unsigned int', but argument 2 has type 'resource_size_t'
    drivers/mtd/maps/physmap.c:94: warning: format '%.8lx' expects type 'long
    unsigned int', but argument 3 has type 'resource_size_t'
    
    Cc: Vivek Goyal <vgoyal@in.ibm.com>
    Cc: Greg KH <greg@kroah.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
    f24ff6bf
physmap.c 5.64 KB