mirror of https://gitee.com/openkylin/linux.git
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
This commit is contained in:
commit
e9abf4c59d
|
@ -3328,7 +3328,7 @@ create_trace_option_files(struct tracer *tracer)
|
|||
for (cnt = 0; opts[cnt].name; cnt++)
|
||||
;
|
||||
|
||||
topts = kzalloc(sizeof(*topts) * (cnt + 1), GFP_KERNEL);
|
||||
topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL);
|
||||
if (!topts)
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue