]> git.baikalelectronics.ru Git - uboot.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)
commit7c8ac017e697b889805be31d0a44b69533b14434
tree1a675023773049cbf66d526d4dadb20eb5ec024a
parent7bfacae62b5f10c9177ffad41d31c2ba1a77bba7
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