diff options
author | 2016-06-30 14:47:10 +0200 | |
---|---|---|
committer | 2016-07-06 22:39:43 +0530 | |
commit | 9a8d0efaff4b343e3cff8b2cfaba847a18e2c0d9 (patch) | |
tree | 1af568a18ce2372b9995e0559a5277019439aed1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dmaengine: qcom-bam-dma: Add pm_runtime support (diff) | |
download | wireguard-linux-9a8d0efaff4b343e3cff8b2cfaba847a18e2c0d9.tar.xz wireguard-linux-9a8d0efaff4b343e3cff8b2cfaba847a18e2c0d9.zip |
dmaengine: bcm2835: fix 64-bit warning
When building this driver on arm64, we get a harmless type
mismatch warning:
drivers/dma/bcm2835-dma.c: In function 'bcm2835_dma_fill_cb_chain_with_sg':
include/linux/kernel.h:743:17: warning: comparison of distinct pointer types lacks a cast
(void) (&_min1 == &_min2); \
^
drivers/dma/bcm2835-dma.c:409:21: note: in expansion of macro 'min'
cb->cb->length = min(len, max_len);
This changes the type of the 'len' variable to size_t, which
avoids the problem.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 388cc7a281c0 ("dmaengine: bcm2835: add slave_sg support to bcm2835-dma")
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions