diff options
author | Jiri Pirko <[email protected]> | 2023-01-26 08:58:32 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-01-27 12:32:02 +0000 |
commit | 6fd6eda0e65d127872667054edd92e01c64f990a (patch) | |
tree | 7c0854ad536128a68ceaa75e0edf49d75695e434 /tools/perf/scripts/python | |
parent | 2fc631b5d75d442b18c729830eb7cbaccc14c55a (diff) |
qed: remove pointless call to devlink_param_driverinit_value_set()
devlink_param_driverinit_value_set() call makes sense only for "
driverinit" params. However here, the param is "runtime".
devlink_param_driverinit_value_set() returns -EOPNOTSUPP in such case
and does not do anything. So remove the pointless call to
devlink_param_driverinit_value_set() entirely.
Signed-off-by: Jiri Pirko <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions