public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Henne <henne@nachtwindheim.de>
Cc: Andrew Morton <akpm@osdl.org>,
	James Bottomley <James.Bottomley@SteelEye.com>,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: Scsi_Cmnd convertion in aic7xxx_old.c
Date: Fri, 6 Oct 2006 22:29:13 +0200	[thread overview]
Message-ID: <20061006202913.GA7835@aepfle.de> (raw)
In-Reply-To: <452363DB.60107@nachtwindheim.de>

On Wed, Oct 04, Henne wrote:

> -static void
> -aic7xxx_done_cmds_complete(struct aic7xxx_host *p)
> +static void aic7xxx_done_cmds_complete(struct aic7xxx_host *p)
>  {
> -  Scsi_Cmnd *cmd;
> -  
> -  while (p->completeq.head != NULL)
> -  {
> -    cmd = p->completeq.head;
> -    p->completeq.head = (Scsi_Cmnd *)cmd->host_scribble;
> -    cmd->host_scribble = NULL;
> -    cmd->scsi_done(cmd);
> -  }
> +	
> +	struct scsi_cmnd *cmd;
> +	
> +	while (p->completeq.head != NULL) {
> +		cmd = p->completeq.head;
> +		p->completeq.head = (struct scsi_Cmnd *) cmd->host_scribble;

This one should be struct scsi_cmnd * as well?

  reply	other threads:[~2006-10-06 20:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-04  7:33 [PATCH] scsi: Scsi_Cmnd convertion in aic7xxx_old.c Henne
2006-10-06 20:29 ` Olaf Hering [this message]
2006-10-09 13:38   ` Henne
2006-10-09 14:30     ` James Bottomley

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=20061006202913.GA7835@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=James.Bottomley@SteelEye.com \
    --cc=akpm@osdl.org \
    --cc=henne@nachtwindheim.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@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