]> Git Repo - J-u-boot.git/commit
gpio: dw: Fix warnings about casting int to pointer
authorSean Anderson <[email protected]>
Mon, 14 Sep 2020 15:01:59 +0000 (11:01 -0400)
committerTom Rini <[email protected]>
Thu, 8 Oct 2020 15:42:36 +0000 (11:42 -0400)
commitaf551daf9e0ab9c796015031beb02e5d62d29598
tree1671ab01466b770d6b501424ae98369d11a8337d
parent7224d5ccf8e1d2552e2994c5d55769c334231c08
gpio: dw: Fix warnings about casting int to pointer

Change the type of gpio_dwabp_platdata.base from fdt_addr_t to a void
pointer, since we pass it to readl.

Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/gpio/dwapb_gpio.c
This page took 0.033931 seconds and 4 git commands to generate.