trace, filters: Initialize the match variable in process_ops() properly
Make sure the 'match' variable always has a value. Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Родитель
8df341cf25
Коммит
1ef1d1c235
|
@ -391,8 +391,8 @@ static int process_ops(struct filter_pred *preds,
|
||||||
struct filter_pred *op, void *rec)
|
struct filter_pred *op, void *rec)
|
||||||
{
|
{
|
||||||
struct filter_pred *pred;
|
struct filter_pred *pred;
|
||||||
|
int match = 0;
|
||||||
int type;
|
int type;
|
||||||
int match;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче