Message ID | 20241126090828.3185365-2-jiri@resnulli.us (mailing list archive) |
---|---|
State | New |
Delegated to: | David Ahern |
Headers | show |
Series | devlink: fix couple of bugs in parsing port params show command line | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/devlink/devlink.c b/devlink/devlink.c index 9907712e3ad0..f4e90b804fb6 100644 --- a/devlink/devlink.c +++ b/devlink/devlink.c @@ -2409,7 +2409,7 @@ static int dl_argv_parse_with_selector(struct dl *dl, uint16_t *flags, o_optional); if (err == -ENOENT || !err) goto dump_parse; - goto do_parse; + break; } }