Message ID | 20241126090828.3185365-3-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 f4e90b804fb6..5711974f2cb0 100644 --- a/devlink/devlink.c +++ b/devlink/devlink.c @@ -5088,7 +5088,7 @@ static int cmd_port_param_show(struct dl *dl) err = dl_argv_parse_with_selector(dl, &flags, DEVLINK_CMD_PORT_PARAM_GET, - DL_OPT_HANDLE | DL_OPT_PARAM_NAME, 0, + DL_OPT_HANDLEP | DL_OPT_PARAM_NAME, 0, DL_OPT_HANDLE | DL_OPT_HANDLEP, 0); if (err) return err;