[MMC] sdhci: fix interrupt handling
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 30 Jun 2006 09:22:26 +0000 (02:22 -0700)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 2 Jul 2006 15:02:05 +0000 (16:02 +0100)
commit3192a28f7d34ea8f1d0fef8ca5bc0314b5b5bb19
tree8e10e81299096729254d87cb1b7aba94a150c84d
parentc7fa9963ee6317b54e85b260791d603ea2feb8e3
[MMC] sdhci: fix interrupt handling

The specification says that interrupts should be cleared before the source is
removed.  We should also not set unknown bits.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/sdhci.c