ChangeSet 1.1349, 2003/09/29 12:48:49-07:00, adobriyan@mail.ru [PATCH] PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/ drivers/pci/hotplug/cpqphp.h | 1 - drivers/pci/pool.c | 1 - 2 files changed, 2 deletions(-) diff -Nru a/drivers/pci/hotplug/cpqphp.h b/drivers/pci/hotplug/cpqphp.h --- a/drivers/pci/hotplug/cpqphp.h Tue Sep 30 15:20:28 2003 +++ b/drivers/pci/hotplug/cpqphp.h Tue Sep 30 15:20:28 2003 @@ -766,7 +766,6 @@ set_current_state(TASK_INTERRUPTIBLE); /* Sleep for up to 1 second to wait for the LED to change. */ schedule_timeout(1*HZ); - set_current_state(TASK_RUNNING); remove_wait_queue(&ctrl->queue, &wait); if (signal_pending(current)) retval = -EINTR; diff -Nru a/drivers/pci/pool.c b/drivers/pci/pool.c --- a/drivers/pci/pool.c Tue Sep 30 15:20:28 2003 +++ b/drivers/pci/pool.c Tue Sep 30 15:20:28 2003 @@ -296,7 +296,6 @@ schedule_timeout (POOL_TIMEOUT_JIFFIES); - current->state = TASK_RUNNING; remove_wait_queue (&pool->waitq, &wait); goto restart; }