From: Michael Ellerman Date: Mon, 6 Apr 2009 04:40:46 +0000 (+0000) Subject: powerpc/ftrace: Fix printf format warning X-Git-Tag: v2.6.30-rc1~134^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddb7ad11f862f46d6d55d629a6fb45a5f4cb030;p=pandora-kernel.git powerpc/ftrace: Fix printf format warning 'tramp' is an unsigned long, so print it with %lx. Fixes the following build warning: arch/powerpc/kernel/ftrace.c:291: error: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ Signed-off-by: Michael Ellerman Acked-by: Steven Rostedt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed