commit | b26228574abaee4f76d032c36e7815b41f90e6cc | [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 | f76fb511494714b8213282f9d15dd04e3d26fb0c [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>