aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorMarc Kleine-Budde <[email protected]>2021-01-11 15:19:23 +0100
committerMarc Kleine-Budde <[email protected]>2021-01-14 08:43:41 +0100
commit652562e5ff06d27b9b83c8166cb71845a55607ad (patch)
treeb04614d048d1d4fdd30bd9f088d5bef3dc6f7880 /tools/perf/scripts/python/stat-cpi.py
parent1ea0a522896d0edcac9a1e071658cceaa94d00ef (diff)
can: length: can_fd_len2dlc(): simplify length calculcation
If the length paramter in len2dlc() exceeds the size of the len2dlc array, we return 0xF. This is equal to the last 16 members of the array. This patch removes these members from the array, uses ARRAY_SIZE() for the length check, and returns CANFD_MAX_DLC (which is 0xf). Reviewed-by: Vincent Mailhol <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions