spi: s3c64xx: fix casting warning
authorJingoo Han <jg1.han@samsung.com>
Wed, 17 Jul 2013 08:54:11 +0000 (17:54 +0900)
committerMark Brown <broonie@linaro.org>
Wed, 24 Jul 2013 14:32:36 +0000 (15:32 +0100)
sdd->ops->request is unsigned int, not unsigned long.
Also, sdd->rx_dma.ch is a 'struct dma_chan *'.
Thus, (void *) is converted to (struct dma_chan *)(unsigned long),
in order to fix possible sparse warnings.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found