From: Randy Dunlap Date: Sun, 19 Nov 2006 06:19:41 +0000 (-0800) Subject: [PATCH] ftape: fix printk format warnings X-Git-Tag: v2.6.19~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c69c4ee796a2d2277c3a000e24f29a25a00060;p=pandora-kernel.git [PATCH] ftape: fix printk format warnings Fix printk format warnings: drivers/char/ftape/zftape/zftape-buffers.c:87: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' drivers/char/ftape/zftape/zftape-buffers.c:104: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed