mmc: dw_mmc: fix fifo access for 64-bit
authorSeungwon Jeon <tgih.jun@samsung.com>
Mon, 25 Mar 2013 07:28:22 +0000 (16:28 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 4 Apr 2013 13:55:53 +0000 (09:55 -0400)
commitc09fbd7451b797213b3df8bf077776b9ec33f954
treed1b44a4e5fa899d05559b752d2d99729744a8da7
parente573d6985e315fd307862c2142dfd41731e9f209
mmc: dw_mmc: fix fifo access for 64-bit

mci_writew causes a failure of fifo access for 64-bit.
mci_writeq is correct.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c