]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77dbcac53006058bc326f0527bdef17f83798578
treedbc1d3a7a34af1d34324b629617bd68d35ce1a6e
parentbd33e010f5e573a294aeea7df7101e59530ec326
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