trace: clean up format errors in calls to trace_seq_printf
[safe/jmp/linux-2.6] / kernel / trace / trace_output.c
index 4e3ad36..1a4e144 100644 (file)
@@ -440,7 +440,7 @@ trace_fn_raw(struct trace_seq *s, struct trace_entry *entry, int flags)
 
        trace_assign_type(field, entry);
 
-       if (!trace_seq_printf(s, "%x %x\n",
+       if (!trace_seq_printf(s, "%lx %lx\n",
                              field->ip,
                              field->parent_ip))
                return TRACE_TYPE_PARTIAL_LINE;