diff options
author | 2013-07-17 17:54:11 +0900 | |
---|---|---|
committer | 2013-07-24 15:32:36 +0100 | |
commit | b998aca8ade221d592c8fc6b00687f2c4034d918 (patch) | |
tree | 06939538caaed918bc35b13ce15c76cf789054d3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | spi: s3c64xx: fix printk warnings (diff) | |
download | linux-dev-b998aca8ade221d592c8fc6b00687f2c4034d918.tar.xz linux-dev-b998aca8ade221d592c8fc6b00687f2c4034d918.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions