ASoC: imx-audmux: Use uintptr_t for port numbers
authorMark Brown <broonie@linaro.org>
Fri, 1 Aug 2014 16:55:55 +0000 (17:55 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 4 Aug 2014 15:30:24 +0000 (16:30 +0100)
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 <broonie@linaro.org>

No differences found