Matt Carlson 2f751b67a8 tg3: Fix 'scheduling while atomic' errors
This patch fixes the 'scheduling while atomic' errors introduced by
commit 12dac0756d357325b107fe6ec24921ec38661839 ("tg3: adapt tg3 to
use reworked PCI PM code").

The first hunk of the patch removes an unnecessary
tg3_set_power_state() call.  The chip will already be in the D0 state
either due to a chip reset or through a previous call to
tg3_set_power_state().

The second hunk of the patch moves the tg3_set_power_state() call
outside the critical section guarded by tg3_full_lock() and
tg3_full_unlock() functions.  The power state of the device is and
should be outside the lock's domain and all other
tg3_set_power_state() calls support this.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-04 23:18:20 -07:00
..
2008-07-29 17:48:42 -04:00
2008-07-22 19:39:14 -04:00
2008-07-22 16:09:13 -04:00
2008-08-02 01:31:09 -07:00
2008-07-21 21:55:03 -07:00
2008-07-29 18:24:14 -04:00
2008-07-18 17:54:17 -07:00
2008-07-18 17:58:57 -07:00
2008-07-18 17:55:11 -07:00
2008-07-26 12:00:06 -07:00
2008-07-22 17:54:07 -04:00
2008-07-22 17:12:37 +10:00
2008-07-22 17:12:37 +10:00
2008-07-22 17:50:44 -04:00
2008-07-22 17:50:44 -04:00
2008-07-25 15:44:44 +10:00
2008-07-22 19:34:21 -04:00
2008-07-24 06:22:59 +02:00
2008-07-22 17:50:44 -04:00
2008-07-30 17:14:57 -04:00
2008-07-20 17:12:34 -07:00
2008-07-26 20:53:40 -04:00
2008-07-20 17:12:34 -07:00
2008-07-22 20:00:01 -04:00
2008-07-11 01:11:40 -04:00
2008-07-22 21:53:40 -07:00
2008-07-20 17:12:34 -07:00
2008-07-22 17:54:17 -04:00