diff options
author | 2023-07-25 12:16:41 +0200 | |
---|---|---|
committer | 2023-07-26 13:38:23 -0700 | |
commit | d7ddf5f4269fcaf19aafe971e635d91897423a3a (patch) | |
tree | 04fa5b7e6659265ddcde9b1fbafb7d94f4ec4b34 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | igc: Fix Kernel Panic during ndo_tx_timeout callback (diff) | |
download | wireguard-linux-d7ddf5f4269fcaf19aafe971e635d91897423a3a.tar.xz wireguard-linux-d7ddf5f4269fcaf19aafe971e635d91897423a3a.zip |
tools: ynl-gen: fix enum index in _decode_enum(..)
Remove wrong index adjustment, which is leftover from adding
support for sparse enums.
enum.entries_by_val() function shall not subtract the start-value, as
it is indexed with real enum value.
Fixes: c311aaa74ca1 ("tools: ynl: fix enum-as-flags in the generic CLI")
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230725101642.267248-2-arkadiusz.kubalewski@intel.com
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions