From: Mark Brown Date: Fri, 1 Aug 2014 16:55:55 +0000 (+0100) Subject: ASoC: imx-audmux: Use uintptr_t for port numbers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~8^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f89768e9bc1f441d18e2299518a2907e5017c9;p=pandora-kernel.git ASoC: imx-audmux: Use uintptr_t for port numbers Since we pass the port number through file private data for debugfs we cast it to and from a pointer so use uintptr_t in order to ensure that the types are compatible, avoiding warnings on 64 bit platforms where pointers are 64 bit and unsigned integers 32 bit. Signed-off-by: Mark Brown --- Reading git-diff-tree failed