From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PCI fixes for 2.6.0-test6
Date: Tue, 30 Sep 2003 15:35:50 -0700 [thread overview]
Message-ID: <10649613503520@kroah.com> (raw)
In-Reply-To: <10649613502758@kroah.com>
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;
}
next prev parent reply other threads:[~2003-09-30 22:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-30 22:34 [BK PATCH] PCI fixes for 2.6.0-test6 Greg KH
2003-09-30 22:35 ` [PATCH] " Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH
2003-09-30 22:35 ` Greg KH [this message]
2003-09-30 22:35 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10649613503520@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox