From: Andrew Morton Date: Wed, 30 Jan 2008 12:32:13 +0000 (+0100) Subject: x86: arch/x86/math-emu/errors.c: fix printk warnings X-Git-Tag: v2.6.25-rc1~1143^2~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e419190683cdeeda9be69af1dbc77031478559af;p=pandora-kernel.git x86: arch/x86/math-emu/errors.c: fix printk warnings arch/x86/math-emu/errors.c:163: warning: format '%ld' expects type 'long int', but argument 3 has type 'u32' arch/x86/math-emu/errors.c:175: warning: format '%ld' expects type 'long int', but argument 3 has type 'u32' arch/x86/math-emu/errors.c:175: warning: format '%ld' expects type 'long int', but argument 4 has type 'u32' arch/x86/math-emu/errors.c:175: warning: format '%ld' expects type 'long int', but argument 5 has type 'u32' arch/x86/math-emu/errors.c:175: warning: format '%ld' expects type 'long int', but argument 6 has type 'u32' Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed