Skip to content
Commit ee50c130 authored by Diego Viola's avatar Diego Viola Committed by David S. Miller
Browse files

net: jme: fix suspend/resume on JMC260



The JMC260 network card fails to suspend/resume because the call to
jme_start_irq() was too early, moving the call to jme_start_irq() after
the call to jme_reset_link() makes it work.

Prior this change suspend/resume would fail unless /sys/power/pm_async=0
was explicitly specified.

Relevant bug report: https://bugzilla.kernel.org/show_bug.cgi?id=112351

Signed-off-by: default avatarDiego Viola <diego.viola@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 25ac3417
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment