From: Clemens Buchacher Date: Sat, 22 Oct 2011 02:56:20 +0000 (+0000) Subject: jme: fix irq storm after suspend/resume X-Git-Tag: v3.2-rc1~182^2~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d5b76d9a7e434e32a5b2815db45489617dcba6;p=pandora-kernel.git jme: fix irq storm after suspend/resume If the device is down during suspend/resume, interrupts are enabled without a registered interrupt handler, causing a storm of unhandled interrupts until the IRQ is disabled because "nobody cared". Instead, check that the device is up before touching it in the suspend/resume code. Fixes https://bugzilla.kernel.org/show_bug.cgi?id=39112 Helped-by: Adrian Chadd Helped-by: Mohammed Shafi Signed-off-by: Clemens Buchacher Signed-off-by: David S. Miller --- Reading git-diff-tree failed