From: Andre Przywara Date: Mon, 23 Feb 2015 12:30:46 +0000 (+0000) Subject: spi: s3c64xx: fix compiler warning in spi-s3c64xx X-Git-Tag: omap-for-v4.1/fixes-rc1~176^2~1^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0744ea2a01cb75a750e8594b046102fc68fa45b3;p=pandora-kernel.git spi: s3c64xx: fix compiler warning in spi-s3c64xx The Exynos 7 arm64 support now allows the S3C64xx SPI driver to be compiled into an ARM64 kernel, so the cast from the [rt]x_dmach int variable to a void* in this driver now triggers a warning. Add a long cast to silence the compiler. Signed-off-by: Andre Przywara Signed-off-by: Mark Brown --- Reading git-diff-tree failed