diff options
| -rw-r--r-- | kernel/trace/trace_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_probe.c b/kernel/trace/trace_probe.c index 3ef15a6683c0..bd30e9398d2a 100644 --- a/kernel/trace/trace_probe.c +++ b/kernel/trace/trace_probe.c | |||
| @@ -535,7 +535,7 @@ int traceprobe_update_arg(struct probe_arg *arg) | |||
| 535 | if (code[1].op != FETCH_OP_IMM) | 535 | if (code[1].op != FETCH_OP_IMM) |
| 536 | return -EINVAL; | 536 | return -EINVAL; |
| 537 | 537 | ||
| 538 | tmp = strpbrk("+-", code->data); | 538 | tmp = strpbrk(code->data, "+-"); |
| 539 | if (tmp) | 539 | if (tmp) |
| 540 | c = *tmp; | 540 | c = *tmp; |
| 541 | ret = traceprobe_split_symbol_offset(code->data, | 541 | ret = traceprobe_split_symbol_offset(code->data, |
