mmc: sh_mmcif: simplify IRQ processing
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 12 Dec 2012 14:45:14 +0000 (15:45 +0100)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:28:45 +0000 (13:28 -0500)
The classical way to process IRQs is read out the status, ack all triggered
IRQs, possibly mask them, then process them. Follow this simple procesure
instead of the current complex custom algorithm.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found