Merge tag 'drm-misc-fixes-2021-05-20' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / lib / dynamic_debug.c
index c70d634..921d0a6 100644 (file)
@@ -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 */