[MTD] mtdoops printk warning fixes
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Aug 2007 21:01:31 +0000 (14:01 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 22 Aug 2007 11:43:13 +0000 (12:43 +0100)
commit68d09b1b6780415d82160f6b6d88e82bd724e691
treeefbe4a9fa6240e91c6c6caad43b1ddc71c645da3
parentf4e35647f5c0ac24ca1ba14f84bf817ec0483b72
[MTD] mtdoops printk warning fixes

drivers/mtd/mtdoops.c: In function 'mtdoops_inc_counter':
drivers/mtd/mtdoops.c:109: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
drivers/mtd/mtdoops.c: In function 'mtdoops_console_sync':
drivers/mtd/mtdoops.c:277: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

someone buy Dave an x86_64 box.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/mtdoops.c