gianfar: Do not call device_set_wakeup_enable() under a spinlock
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 9 Nov 2010 11:54:19 +0000 (11:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Nov 2010 22:05:43 +0000 (14:05 -0800)
The gianfar driver calls device_set_wakeup_enable() under a spinlock,
which causes a problem to happen after the recent core power
management changes, because this function can sleep now.  Fix this
by moving the device_set_wakeup_enable() call out of the
spinlock-protected area.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found