From: Ravikiran G Thirumalai <kiran@in.ibm.com>
To: Andrew Morton <akpm@digeo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patchset] Fix sign handling bugs in 2.5 -- 3/5; mpt fusion
Date: Thu, 12 Jun 2003 12:37:07 +0530 [thread overview]
Message-ID: <20030612070705.GD1146@llm08.in.ibm.com> (raw)
In-Reply-To: <20030612070330.GA1146@llm08.in.ibm.com>
--- linux-2.5.70/drivers/message/fusion/mptbase.c Tue May 27 06:30:26 2003
+++ shb-mpt-2.5.70/drivers/message/fusion/mptbase.c Wed Jun 11 15:11:44 2003
@@ -1822,6 +1822,7 @@
if (this != NULL) {
int sz;
u32 state;
+ int ret;
/* Disable the FW */
state = mpt_GetIocState(this, 1);
@@ -1832,9 +1833,9 @@
if (this->cached_fw != NULL) {
ddlprintk((KERN_INFO MYNAM ": Pushing FW onto adapter\n"));
- if ((state = mpt_downloadboot(this, NO_SLEEP)) < 0) {
+ if ((ret = mpt_downloadboot(this, NO_SLEEP)) < 0) {
printk(KERN_WARNING MYNAM
- ": firmware downloadboot failure (%d)!\n", state);
+ ": firmware downloadboot failure (%d)!\n", ret);
}
}
next prev parent reply other threads:[~2003-06-12 6:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-12 7:03 [patchset] Fix sign handling bugs in 2.5 Ravikiran G Thirumalai
2003-06-12 7:05 ` [patchset] Fix sign handling bugs in 2.5 -- 1/5; Decnet Ravikiran G Thirumalai
2003-06-12 7:06 ` [patchset] Fix sign handling bugs in 2.5 -- 2/5; epca Ravikiran G Thirumalai
2003-06-12 7:07 ` Ravikiran G Thirumalai [this message]
2003-06-12 7:07 ` [patchset] Fix sign handling bugs in 2.5 -- 4/5; tun Ravikiran G Thirumalai
2003-06-12 7:10 ` [patchset] Fix sign handling bugs in 2.5 -- 5/5; aacraid Ravikiran G Thirumalai
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=20030612070705.GD1146@llm08.in.ibm.com \
--to=kiran@in.ibm.com \
--cc=akpm@digeo.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®