commit | b998aca8ade221d592c8fc6b00687f2c4034d918 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Jul 17 17:54:11 2013 +0900 |
committer | Mark Brown <broonie@linaro.org> | Wed Jul 24 15:32:36 2013 +0100 |
tree | 06939538caaed918bc35b13ce15c76cf789054d3 | |
parent | c65bc4a8df3cd806e1868992bbc818b1267072d5 [diff] |
spi: s3c64xx: fix casting warning 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>