From: Adrian Hunter Date: Tue, 11 Mar 2014 08:09:36 +0000 (+0200) Subject: mmc: sdhci: Allow for irq being shared X-Git-Tag: v3.15-rc1~42^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655bca7616bf6076d30b14d1478bca6807d49c45;p=pandora-kernel.git mmc: sdhci: Allow for irq being shared If the SDHCI irq is shared with another device then the interrupt handler can get called while SDHCI is runtime suspended. That is harmless but the warning message is not useful so remove it. Also returning IRQ_NONE is more appropriate. Signed-off-by: Adrian Hunter Signed-off-by: Chris Ball --- Reading git-diff-tree failed