Skip to content
Unverified Commit 0ab07091 authored by 이경택's avatar 이경택 Committed by Mark Brown
Browse files

ASoC: fix regwmask



If regwshift is 32 and the selected architecture compiles '<<' operator
for signed int literal into rotating shift, '1<<regwshift' became 1 and
it makes regwmask to 0x0.
The literal is set to unsigned long to get intended regwmask.

Signed-off-by: default avatarGyeongtaek Lee <gt82.lee@samsung.com>
Link: https://lore.kernel.org/r/001001d60665$db7af3e0$9270dba0$@samsung.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a91ab650
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment