public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gert Vervoort <Gert.Vervoort@wxs.nl>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.40 ppa.c compile fix
Date: Tue, 01 Oct 2002 20:52:57 +0200	[thread overview]
Message-ID: <3D99EF09.7070609@wxs.nl> (raw)

--- linux/drivers/scsi/ppa.c.1	Tue Oct  1 20:44:42 2002
+++ linux/drivers/scsi/ppa.c	Tue Oct  1 20:48:27 2002
@@ -801,7 +801,7 @@
      if (ppa_engine(tmp, cmd)) {
  	tmp->ppa_tq.data = (void *) tmp;
  	tmp->ppa_tq.sync = 0;
- 
queue_task(&tmp->ppa_tq, &tq_timer);
+ 
schedule_task(&tmp->ppa_tq);
  	return;
      }
      /* Command must of completed hence it is safe to let go... */
@@ -986,8 +986,7 @@

      ppa_hosts[host_no].ppa_tq.data = ppa_hosts + host_no;
      ppa_hosts[host_no].ppa_tq.sync = 0;
-    queue_task(&ppa_hosts[host_no].ppa_tq, &tq_immediate);
-    mark_bh(IMMEDIATE_BH);
+    schedule_task(&ppa_hosts[host_no].ppa_tq);

      return 0;
  }



                 reply	other threads:[~2002-10-01 18:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3D99EF09.7070609@wxs.nl \
    --to=gert.vervoort@wxs.nl \
    --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