mmc: dw_mmc: remove repetitive clear interrupt
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 26 Jan 2016 00:43:36 +0000 (08:43 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 29 Feb 2016 10:03:11 +0000 (11:03 +0100)
commit345efee3541f5931fbbd0f0bcebe9baa3ff2f5c2
tree0b23beb2fecffb6a76af1a1ec553fa9afb37f30a
parent3744415cc4bc732dde6491295ec628a7e3b33754
mmc: dw_mmc: remove repetitive clear interrupt

dw_mci_probe clear interrupts and disable all interrupts firstly.
While it clear interrupt again before enable some interrupts. We
can't see any reason to clear it twice here, so remove the second one.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c