diff options
| author | Vinod Koul <[email protected]> | 2016-09-14 16:21:32 +0530 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2016-09-26 22:31:59 +0530 |
| commit | 9d0c6f2506c5a1ce0fb66e202c639688ec8c757f (patch) | |
| tree | 69abb555a1ead98d661dda09cd7390ecda6564ea /tools/perf/scripts/python/syscall-counts.py | |
| parent | abdad50d1d184e0c663b57015d9bbc11701207e7 (diff) | |
dmaengine: s3c24xx: fix pointer cast warnings
On some systems, pointer can be large than unsigned int, triggering warning
pointer-to-int-cast on conversion.
drivers/dma/s3c24xx-dma.c: In function 's3c24xx_dma_filter':
drivers/dma/s3c24xx-dma.c:1421:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Use a long value for type conversion.
Suggested-by: Arnd Bergmann <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions