From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: "Kashyap, Desai" <kashyap.desai@lsi.com>
Cc: linux-scsi@vger.kernel.org, Eric.Moore@lsi.com, Sathya.Prakash@lsi.com
Subject: Re: [PATCH] MTP FUSION: resending patch to disable MSI interrupt by defualt.
Date: Sun, 22 Feb 2009 08:48:18 -0600 [thread overview]
Message-ID: <1235314098.4531.7.camel@localhost.localdomain> (raw)
In-Reply-To: <20090222104911.GA6142@lsi.com>
On Sun, 2009-02-22 at 16:19 +0530, Kashyap, Desai wrote:
> This Patch is submitted to with reference to MSI issue with some of LSI
> controller. Disabling it by default when module is loaded.
Point of order here: this is *not* a resend of a previous patch. This
is a bug fix of a previously sent patch (With a change in intended
behaviour).
> Signed-off-by: Kashyap Desai <kadesai@lsi.com>
> ---
> diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
> index 96ac883..ea3aafb 100644
> --- a/drivers/message/fusion/mptbase.c
> +++ b/drivers/message/fusion/mptbase.c
> @@ -91,9 +91,9 @@ MODULE_PARM_DESC(mpt_msi_enable_fc, " Enable MSI Support for FC \
> controllers (default=0)");
>
> static int mpt_msi_enable_sas;
> -module_param(mpt_msi_enable_sas, int, 1);
> +module_param(mpt_msi_enable_sas, int, 0);
This is the actual bug fix, which isn't mentioned anywhere in the change
log
> MODULE_PARM_DESC(mpt_msi_enable_sas, " Enable MSI Support for SAS \
> - controllers (default=1)");
> + controllers (default=0)");
This entire patch is also functionally identical to the second patch in
this email from Yinghai Lu:
http://marc.info/?l=linux-scsi&m=123498532419609
Open Source is a co-operative effort: The only thing you get at the end
of the day is kudos for finding (and possibly fixing) a bug, so since
Yinghai Lu did all the heavy lifting in this regard, I'll take this as
an ack of his patch.
James
next prev parent reply other threads:[~2009-02-22 14:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-22 10:49 [PATCH] MTP FUSION: resending patch to disable MSI interrupt by defualt Kashyap, Desai
2009-02-22 14:48 ` James Bottomley [this message]
2009-02-23 4:43 ` Desai, Kashyap
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=1235314098.4531.7.camel@localhost.localdomain \
--to=james.bottomley@hansenpartnership.com \
--cc=Eric.Moore@lsi.com \
--cc=Sathya.Prakash@lsi.com \
--cc=kashyap.desai@lsi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox