]> git.baikalelectronics.ru Git - kernel.git/commit
[MTD] Prepare physmap for 64-bit-resources
authorAndrew Morton <akpm@osdl.org>
Fri, 9 Jun 2006 14:12:34 +0000 (15:12 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 9 Jun 2006 14:12:34 +0000 (15:12 +0100)
commit8eebc4887ef3862c3ec3dd05c8d39b8534a47d49
tree7138c0fad5b093e6e6762bfb31e5e3414685e428
parent15ac53f0504a7397f313e28213e45239e8630f36
[MTD] Prepare physmap for 64-bit-resources

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: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/maps/physmap.c