Files
kernel_amazon_mt8127-common/drivers/i2c/busses
Michael Ellerman faf35c269a i2c: cpm: Fix build break due to incompatible pointer types
commit 609d5a1b2b35bb62b4b3750396e55453160c2a17 upstream.

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
Signed-off-by: Willy Tarreau <w@1wt.eu>
2016-06-07 10:42:51 +02:00
..
2013-02-12 11:33:59 +01:00
2013-11-04 04:31:06 -08:00
2014-12-16 09:09:42 -08:00
2014-06-07 13:25:39 -07:00
2013-02-11 15:59:40 +01:00
2014-06-07 13:25:35 -07:00
2013-02-12 11:33:59 +01:00