diff options
author | 2024-01-19 19:50:26 +0100 | |
---|---|---|
committer | 2024-02-06 14:10:47 +0800 | |
commit | 7bca405c986075c99b9f729d3587b5c45db39d01 (patch) | |
tree | 2f2a6b89d4ec504c8454a73b2c09924166cc1f57 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Revert "arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector" (diff) | |
download | wireguard-linux-7bca405c986075c99b9f729d3587b5c45db39d01.tar.xz wireguard-linux-7bca405c986075c99b9f729d3587b5c45db39d01.zip |
bus: imx-weim: fix valid range check
When the range parsing was open-coded the number of u32 entries to
parse had to be a multiple of 4 and the driver checks this. With
the range parsing converted to the range parser the counting changes
from individual u32 entries to a complete range, so the check must
not reject counts not divisible by 4.
Fixes: 2a88e4792c6d ("bus: imx-weim: Remove open coded "ranges" parsing")
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions