From: Nicolas Pitre Date: Mon, 16 Apr 2012 23:16:54 +0000 (-0400) Subject: mmc: sdio: avoid spurious calls to interrupt handlers X-Git-Tag: v3.5-rc1~85^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbc4c4d8c5face097d695f9bf3a39647ba6b7e7;p=pandora-kernel.git mmc: sdio: avoid spurious calls to interrupt handlers Commit 06e8935feb ("optimized SDIO IRQ handling for single irq") introduced some spurious calls to SDIO function interrupt handlers, such as when the SDIO IRQ thread is started, or the safety check performed upon a system resume. Let's add a flag to perform the optimization only when a real interrupt is signaled by the host driver and we know there is no point confirming it. Reported-by: Sujit Reddy Thumma Signed-off-by: Nicolas Pitre Cc: stable Signed-off-by: Chris Ball --- Reading git-diff-tree failed