]> Git Repo - u-boot.git/commit
mmc: bcm283x: fix int to pointer cast
authorSeung-Woo Kim <[email protected]>
Wed, 3 Jun 2020 12:43:43 +0000 (14:43 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Marek Szyprowski <[email protected]>
drivers/mmc/bcm2835_sdhci.c
This page took 0.030214 seconds and 4 git commands to generate.