diff options
author | Herve Codina via Alsa-devel <alsa-devel@alsa-project.org> | 2023-03-07 15:15:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-08 18:04:53 +0100 |
commit | f37acbde076d8dbf5e4c694f29760e608fdffe11 (patch) | |
tree | 468caf607b6ec84952c05d5e3a26ff35978d08a6 /drivers/nubus | |
parent | dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: Remove unneeded property (diff) | |
download | linux-f37acbde076d8dbf5e4c694f29760e608fdffe11.tar.xz linux-f37acbde076d8dbf5e4c694f29760e608fdffe11.zip |
soc: fsl: cpm1: qmc: Fix assigned timeslot masks
The assigned timeslot masks are 64bit values.
In case of 64 timeslots the code uses (1 << 64) which is undefined on a
64bit value. On the PowerPC architecture, this lead to an incorrect
result as (1 << 64) produces the same result as (1 << 0).
Fix the masks values taking care of the 64 timeslots case.
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/167819855177.26.11163930602844526001@mailman-core.alsa-project.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/nubus')
0 files changed, 0 insertions, 0 deletions