Hi David, After merging the mtd tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/mtd/maps/pcmciamtd.c: In function 'pcmcia_copy_from_remap': drivers/mtd/maps/pcmciamtd.c:164: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/pcmciamtd.c: In function 'pcmcia_copy_to_remap': drivers/mtd/maps/pcmciamtd.c:213: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/pcmciamtd.c: In function 'pcmcia_copy_from': drivers/mtd/maps/pcmciamtd.c:275: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/pcmciamtd.c: In function 'pcmcia_copy_to': drivers/mtd/maps/pcmciamtd.c:313: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/