mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Vasquez <andrew.vasquez@qlogic.com>
To: Daniel Walker <dwalker@mvista.com>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.13] Warning in the qla2xxx driver
Date: Thu, 8 Sep 2005 08:17:55 -0700	[thread overview]
Message-ID: <20050908151755.GD6357@plap.qlogic.org> (raw)
In-Reply-To: <1125603506.4867.23.camel@dhcp153.mvista.com>

On Thu, 01 Sep 2005, Daniel Walker wrote:

> Remove possible uninitialized "sg" field warning in the qla24xx driver
> 
> Signed-Off-By: Daniel Walker <dwalker@mvista.com>
> 
> Index: linux-2.6.13/drivers/scsi/qla2xxx/qla_iocb.c
> ===================================================================
> --- linux-2.6.13.orig/drivers/scsi/qla2xxx/qla_iocb.c	2005-08-28 23:41:01.000000000 +0000
> +++ linux-2.6.13/drivers/scsi/qla2xxx/qla_iocb.c	2005-08-31 18:31:03.000000000 +0000
> @@ -744,7 +744,7 @@ qla24xx_start_scsi(srb_t *sp)
>  	uint32_t        index;
>  	uint32_t	handle;
>  	struct cmd_type_7 *cmd_pkt;
> -	struct scatterlist *sg;
> +	struct scatterlist *sg = NULL;
>  	uint16_t	cnt;
>  	uint16_t	req_cnt;
>  	uint16_t	tot_dsds;

This was already addressed in the following patch:

http://marc.theaimsgroup.com/?l=linux-scsi&m=112510857722632&w=2

which was recently pull by Linus:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=131736d34ebc3251d79ddfd08a5e57a3e86decd4

--
av

      reply	other threads:[~2005-09-08 15:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-01 19:38 Daniel Walker
2005-09-08 15:17 ` Andrew Vasquez [this message]

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=20050908151755.GD6357@plap.qlogic.org \
    --to=andrew.vasquez@qlogic.com \
    --cc=akpm@osdl.org \
    --cc=dwalker@mvista.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

all inboxes | Powered by JetHome®