sdhci: make sure to clear the error interrupt
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 20 Jul 2007 16:20:36 +0000 (18:20 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Fri, 20 Jul 2007 16:51:44 +0000 (18:51 +0200)
commit964f9ce2ff42dc47cf40fbd2f5c81cd60689e384
treedbc1d3a7a34af1d34324b629617bd68d35ce1a6e
parent63b66438860f246f25f5563cde4978cf255cb810
sdhci: make sure to clear the error interrupt

The controller has a bit indicating that one of the higher bits (the
error bits) are set. A previous bug caused this bit to be masked, but
since that bug has been fixed we have to clear it explicictly.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h