diff options
author | Arkadiusz Kubalewski <[email protected]> | 2023-10-31 18:06:54 +0100 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-11-13 10:02:15 -0800 |
commit | 4a4027f25dc3f39c2aafb3bf8926125c5378c9dc (patch) | |
tree | e8f7fac264f93615f1a972b5026f8b947ec9114b /tools/perf/scripts/python/stackcollapse.py | |
parent | 7a1aba89ac54ccf6cad23a91a34c0ab24b1d7997 (diff) |
ice: dpll: fix check for dpll input priority range
Supported priority value for input pins may differ with regard of NIC
firmware version. E810T NICs with 3.20/4.00 FW versions would accept
priority range 0-31, where firmware 4.10+ would support the range 0-9
and extra value of 255.
Remove the in-range check as the driver has no information on supported
values from the running firmware, let firmware decide if given value is
correct and return extack error if the value is not supported.
Fixes: d7999f5ea64b ("ice: implement dpll interface to control cgu")
Reviewed-by: Przemek Kitszel <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Signed-off-by: Arkadiusz Kubalewski <[email protected]>
Tested-by: Sunitha Mekala <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions