diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2016-04-13 03:59:14 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-04-22 13:25:53 (GMT) |
commit | 609d5a1b2b35bb62b4b3750396e55453160c2a17 (patch) | |
tree | 3579cd0e2914a1636b6b62d288c468d3be69c809 /drivers/i2c/algos | |
parent | abaa7b0c1286ca1610a6dfa079e1d2e27dca1f25 (diff) | |
download | linux-609d5a1b2b35bb62b4b3750396e55453160c2a17.tar.xz |
i2c: cpm: Fix build break due to incompatible pointer types
Since commit ea8daa7b9784 ("kbuild: Add option to turn incompatible
pointer check into error"), assignments from an incompatible pointer
types have become a hard error, eg:
drivers/i2c/busses/i2c-cpm.c:545:91: error: passing argument 3 of
'dma_alloc_coherent' from incompatible pointer type
Fix the build break by converting txdma & rxdma to dma_addr_t.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
Fixes: ea8daa7b9784
Diffstat (limited to 'drivers/i2c/algos')
0 files changed, 0 insertions, 0 deletions