diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dynamic_debug.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 600ac57e2777..f959c39cc007 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c | |||
| @@ -348,10 +348,8 @@ static int ddebug_parse_query(char *words[], int nwords, | |||
| 348 | } | 348 | } |
| 349 | if (last) | 349 | if (last) |
| 350 | *last++ = '\0'; | 350 | *last++ = '\0'; |
| 351 | if (parse_lineno(first, &query->first_lineno) < 0) { | 351 | if (parse_lineno(first, &query->first_lineno) < 0) |
| 352 | pr_err("line-number is <0\n"); | ||
| 353 | return -EINVAL; | 352 | return -EINVAL; |
| 354 | } | ||
| 355 | if (last) { | 353 | if (last) { |
| 356 | /* range <first>-<last> */ | 354 | /* range <first>-<last> */ |
| 357 | if (parse_lineno(last, &query->last_lineno) | 355 | if (parse_lineno(last, &query->last_lineno) |
