Skip to content
Commit d1600401 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Takashi Iwai
Browse files

ALSA: hda/ca0132: Limit values for chip addresses to 32-bit



With the previous unsigned long value clang generates warnings like
this:

sound/pci/hda/patch_ca0132.c:860:37: error: implicit conversion from
'unsigned long' to 'u32' (aka 'unsigned int') changes value from
18446744073709551615 to 4294967295 [-Werror,-Wconstant-conversion]
        spec->curr_chip_addx = (res < 0) ? ~0UL : chip_addx;
                             ~             ^~~~

Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a8c006aa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment