]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: bcm283x: fix int to pointer cast
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 3 Jun 2020 12:43:43 +0000 (14:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jul 2020 18:10:43 +0000 (14:10 -0400)
commit221c5e42a68e44916af5bacb8a8008ec7ef455d5
tree1a675023773049cbf66d526d4dadb20eb5ec024a
parentd877f8fd0f0973451f5c48d37c5d7fb761075765
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>
drivers/mmc/bcm2835_sdhci.c