From: Dave Jones <davej@redhat.com>
To: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Cc: James.Bottomley@HansenPartnership.com,
linux-scsi@vger.kernel.org, linux-driver@qlogic.com
Subject: Re: [PATCH] qla2xxx: support for multi- queue adapter
Date: Tue, 16 Dec 2008 14:47:45 -0500 [thread overview]
Message-ID: <20081216194745.GA20277@redhat.com> (raw)
In-Reply-To: <alpine.OSX.1.00.0812091525020.9629@ac-mac.local>
On Tue, Dec 09, 2008 at 04:45:39PM -0800, Anirban Chakraborty wrote:
> + memset(vha->req_ques, sizeof(vha->req_ques) * QLA_MAX_HOST_QUES, 0);
ITYM
+ memset(vha->req_ques, 0, sizeof(vha->req_ques) * QLA_MAX_HOST_QUES);
Dave
--
http://www.codemonkey.org.uk
next prev parent reply other threads:[~2008-12-16 19:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-10 0:45 [PATCH] qla2xxx: support for multi- queue adapter Anirban Chakraborty
2008-12-16 19:47 ` Dave Jones [this message]
2008-12-17 1:41 ` Anirban Chakraborty
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=20081216194745.GA20277@redhat.com \
--to=davej@redhat.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=anirban.chakraborty@qlogic.com \
--cc=linux-driver@qlogic.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.