commit | 221c5e42a68e44916af5bacb8a8008ec7ef455d5 | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Wed Jun 03 14:43:43 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 10 14:10:43 2020 -0400 |
tree | 1a675023773049cbf66d526d4dadb20eb5ec024a | |
parent | d877f8fd0f0973451f5c48d37c5d7fb761075765 [diff] |
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>