mmc: bcm283x: fix int to pointer cast 24/233724/4
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 15 May 2020 10:14:26 +0000 (19:14 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Sat, 23 May 2020 05:38:32 +0000 (14:38 +0900)
commite530aa12f1510bc108832cb02440af45221be1e5
tree762da3d4aea02154d189d9a7854dacd9f28a663e
parent653ed0f7a0d473c9929fed3a67e6693b990e7322
mmc: bcm283x: fix int to pointer cast

On build with 32 bit, there is a warning for int-to-pointer-cast.
Fix the int to pointer cast by using uintptr_t.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I590d32437763e6e60f216379e4fb55814d0b1bb2
drivers/mmc/bcm2835_sdhci.c