diff options
author | Tony Lindgren <tony@atomide.com> | 2021-05-18 09:45:08 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-18 09:45:08 +0300 |
commit | 85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34 (patch) | |
tree | dc6b176404218efac28a4a1a0c240cb36f1e9173 /lib/dynamic_debug.c | |
parent | e9aa9c75c58e2e16be16ec2b5db5e14804d07213 (diff) | |
parent | 040ab72ee10ea88e1883ad143b3e2b77596abc31 (diff) | |
download | linux-85ebe5aeef9b0bf4c91ff91652b32f9c54f71d34.tar.xz |
Merge branch 'fixes-rc1' into fixes
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r-- | lib/dynamic_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index c70d6347afa2..921d0a654243 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -396,7 +396,7 @@ static int ddebug_parse_query(char *words[], int nwords, /* tail :$info is function or line-range */ fline = strchr(query->filename, ':'); if (!fline) - break; + continue; *fline++ = '\0'; if (isalpha(*fline) || *fline == '*' || *fline == '?') { /* take as function name */ |