summaryrefslogtreecommitdiff
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
authorClemens Buchacher <drizzd@aon.at>2011-10-22 06:56:20 +0400
committerDavid S. Miller <davem@davemloft.net>2011-10-24 10:58:09 +0400
commita7d5b76d9a7e434e32a5b2815db45489617dcba6 (patch)
tree0613e55954020f70fd21d9da6bce4bc74dd46489 /net/dccp/ipv4.c
parent7cc9150ebe8ec06cafea9f1c10d92ddacf88d8ae (diff)
downloadlinux-a7d5b76d9a7e434e32a5b2815db45489617dcba6.tar.xz
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 <adrian@freebsd.org> Helped-by: Mohammed Shafi <shafi.wireless@gmail.com> Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv4.c')
0 files changed, 0 insertions, 0 deletions