Skip to content
Snippets Groups Projects
Commit a7d5b76d authored by Clemens Buchacher's avatar Clemens Buchacher Committed by David S. Miller
Browse files

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: default avatarAdrian Chadd <adrian@freebsd.org>
Helped-by: default avatarMohammed Shafi <shafi.wireless@gmail.com>
Signed-off-by: default avatarClemens Buchacher <drizzd@aon.at>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7cc9150e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment