From: Clemens Ladisch Date: Fri, 4 Jan 2008 08:22:20 +0000 (+0100) Subject: [ALSA] oxygen: use uintptr_t in pointer casts X-Git-Tag: v2.6.25-rc1~1127^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740eb8358f2bf337fd4ec62abb5b8cca7c652e5a;p=pandora-kernel.git [ALSA] oxygen: use uintptr_t in pointer casts When we store the DMA channel number in the substream's private_data pointer, use uintptr_t as an intermediate step when casting from/to unsigned int to prevent the compiler from whining when the pointer size is different. Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed