diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-30 15:47:10 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-07-01 06:10:00 +0300 |
commit | 4aa819c79bb73f3d1bdf5244d0a0f7f15261504c (patch) | |
tree | c9759435bb3fa0a9c926180307702237d2acae94 /drivers/dma/Kconfig | |
parent | 636372281f514af1910f5df5e83bc72b56b4bd15 (diff) | |
download | linux-4aa819c79bb73f3d1bdf5244d0a0f7f15261504c.tar.xz |
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 'drivers/dma/Kconfig')
0 files changed, 0 insertions, 0 deletions