From: Takashi Iwai Date: Tue, 12 Feb 2013 09:15:15 +0000 (+0100) Subject: ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESS X-Git-Tag: v3.9-rc1~129^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8b89f99534af1deaae73679797c27e77661ef0;p=pandora-kernel.git ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESS The chip address is 32bit long but INVALID_CHIP_ADDRESS is defined as an unsigned long. This makes dsp_chip_to_dsp_addx() misbehaving on 64bit architectures. Fix the INVALID_CHIP_ADDRESS definition to be 32bit. Reported-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed