|
@@ -348,10 +348,8 @@ static int ddebug_parse_query(char *words[], int nwords,
|
|
}
|
|
}
|
|
if (last)
|
|
if (last)
|
|
*last++ = '\0';
|
|
*last++ = '\0';
|
|
- if (parse_lineno(first, &query->first_lineno) < 0) {
|
|
|
|
- pr_err("line-number is <0\n");
|
|
|
|
|
|
+ if (parse_lineno(first, &query->first_lineno) < 0)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
- }
|
|
|
|
if (last) {
|
|
if (last) {
|
|
/* range <first>-<last> */
|
|
/* range <first>-<last> */
|
|
if (parse_lineno(last, &query->last_lineno)
|
|
if (parse_lineno(last, &query->last_lineno)
|