mmc: dw_mmc: fix the wrong pointer type
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 17 Dec 2018 08:50:22 +0000 (17:50 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:40 +0000 (11:25 +0900)
commit92e27d6399baf3ec13a3ba4a7086e8197e501357
tree3037175ca709e1025b1bdfd0b8225a0ca2c38d5c
parentf3b5929c87070e3864b4e96cb04041f2732b874b
mmc: dw_mmc: fix the wrong pointer type

Fix the wrong types from unsigned int to unsigned long.

Change-Id: I24d17685033d7fdbbb8c4e3351dfd8fae1236ef8
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/host/dw_mmc.c