X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Flatencytop.c;h=449db466bdbc280f1509dad905a72a6a1407d9cb;hb=40321fd21c1eb1fb1886eea73b5f87c5e41ff2fb;hp=5e7b45c569233536ef23dadfafd90e40d20b7f62;hpb=2c4aabcca847ac4c92aa5e960c3f6053e1051b62;p=karo-tx-linux.git diff --git a/kernel/latencytop.c b/kernel/latencytop.c index 5e7b45c56923..449db466bdbc 100644 --- a/kernel/latencytop.c +++ b/kernel/latencytop.c @@ -191,7 +191,7 @@ static int lstats_show(struct seq_file *m, void *v) latency_record[i].time, latency_record[i].max); for (q = 0; q < LT_BACKTRACEDEPTH; q++) { - char sym[KSYM_NAME_LEN]; + char sym[KSYM_SYMBOL_LEN]; char *c; if (!latency_record[i].backtrace[q]) break;