X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lib%2Fvsprintf.c;h=f5dfe0ca34f60c25a1367da581dd0c842db1ff87;hb=4796dd200db943e36f876e7029552212e5bbdf33;hp=abbabec9720a1947ffa5364ae9aab9ec9696ecfe;hpb=8f6b7676ceecc1f40df77d5a4d6a8bae87594a2d;p=deliverable%2Flinux.git diff --git a/lib/vsprintf.c b/lib/vsprintf.c index abbabec9720a..f5dfe0ca34f6 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -436,7 +436,7 @@ char *symbol_string(char *buf, char *end, void *ptr, else if (ext != 'f' && ext != 's') sprint_symbol(sym, value); else - kallsyms_lookup(value, NULL, NULL, NULL, sym); + sprint_symbol_no_offset(sym, value); return string(buf, end, sym, spec); #else