dynamic_debug: pr_err() call should not depend upon verbosity
Issue keyword/parsing errors even w/o verbose set; uncover otherwize mysterious non-functionality. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bc757f6f5b
commit
ae27f86a21
@@ -322,7 +322,6 @@ static int ddebug_parse_query(char *words[], int nwords,
|
|||||||
query->last_lineno = query->first_lineno;
|
query->last_lineno = query->first_lineno;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (verbose)
|
|
||||||
pr_err("unknown keyword \"%s\"\n", words[i]);
|
pr_err("unknown keyword \"%s\"\n", words[i]);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user