Bin Meng b7324b5d53 riscv: ax25-ae350: Cast addr with uintptr_t
addr was delcared as fdt_addr_t which is now a 64-bit address.
In a 32-bit build, this causes the following warning seen when
building ax25-ae350.c:

  warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Cast addr with uintptr_t.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
2021-02-03 03:38:41 -07:00
..
2020-09-01 13:38:39 +08:00
2020-11-06 10:18:20 +08:00
2020-12-26 14:56:09 +01:00
2020-07-28 19:30:39 -06:00
2020-08-03 22:19:54 -04:00
2021-01-11 13:55:03 -05:00