commit | 7ddb7ad11f862f46d6d55d629a6fb45a5f4cb030 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Apr 06 04:40:46 2009 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Apr 07 15:19:00 2009 +1000 |
tree | 738ca9c08cea6aab912b6421ab6817e6bf4540c0 | |
parent | f4952f6cbeb025bc90906b740dc495f4817266d6 [diff] |
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 <michael@ellerman.id.au> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Paul Mackerras <paulus@samba.org>