From: Guennadi Liakhovetski Date: Wed, 12 Dec 2012 14:45:14 +0000 (+0100) Subject: mmc: sh_mmcif: simplify IRQ processing X-Git-Tag: v3.9-rc1~78^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af5075088a0aaa64caed5ed212b485b5760bf0b;p=pandora-kernel.git mmc: sh_mmcif: simplify IRQ processing 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed