]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: Fix cast for 64-bit compilation
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:10 +0000 (21:33 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 10 Oct 2016 22:46:11 +0000 (07:46 +0900)
commit57718f017b10871cd9dc03dca56c3bd690fc2614
tree50d2478ece2f2d34e1c909e52d0e24d3fa255923
parent2cb5d67c1aceb758033954cc06382367ac89e6ac
mmc: Fix cast for 64-bit compilation

Fix a cast that causes warnings on 64-bit machines.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/mmc/pci_mmc.c