From: vikas.chaudhary@qlogic.com
To: jbottomley@parallels.com, michaelc@cs.wisc.edu
Cc: linux-scsi@vger.kernel.org, vikas.chaudhary@qlogic.com,
lalit.chandivade@qlogic.com, ravi.anand@qlogic.com,
Harish Zunjarrao <harish.zunjarrao@qlogic.com>
Subject: [PATCH 1/7] qla4xxx: Allow reset in link down case
Date: Wed, 10 Oct 2012 07:24:40 -0400 [thread overview]
Message-ID: <1349868286-13650-2-git-send-email-vikas.chaudhary@qlogic.com> (raw)
In-Reply-To: <1349868286-13650-1-git-send-email-vikas.chaudhary@qlogic.com>
From: Harish Zunjarrao <harish.zunjarrao@qlogic.com>
Signed-off-by: Harish Zunjarrao <harish.zunjarrao@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
---
drivers/scsi/qla4xxx/ql4_os.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index ad2da9c..fbfa948 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -6008,14 +6008,6 @@ static int qla4xxx_host_reset(struct Scsi_Host *shost, int reset_type)
goto exit_host_reset;
}
- rval = qla4xxx_wait_for_hba_online(ha);
- if (rval != QLA_SUCCESS) {
- DEBUG2(ql4_printk(KERN_INFO, ha, "%s: Unable to reset host "
- "adapter\n", __func__));
- rval = -EIO;
- goto exit_host_reset;
- }
-
if (test_bit(DPC_RESET_HA, &ha->dpc_flags))
goto recover_adapter;
--
1.7.8.GIT
next prev parent reply other threads:[~2012-10-10 11:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 11:24 [PATCH 0/7] qla4xxx: Updates for scsi "misc" branch vikas.chaudhary
2012-10-10 11:24 ` vikas.chaudhary [this message]
2012-10-10 11:24 ` [PATCH 2/7] qla4xxx: Added new BSG command QLISCSI_VND_ABOUT_FIRMWARE vikas.chaudhary
2012-10-10 11:24 ` [PATCH 3/7] qla4xxx: Invoke Set Address Control Block using BSG vikas.chaudhary
2012-10-10 11:24 ` [PATCH 4/7] qla4xxx: Invoke DisableACB " vikas.chaudhary
2012-10-10 11:24 ` [PATCH 5/7] qla4xxx: Add get default DDB support " vikas.chaudhary
2012-10-10 11:24 ` [PATCH 6/7] qla4xxx: Add get " vikas.chaudhary
2012-10-10 11:24 ` [PATCH 7/7] qla4xxx: Update driver version to 5.03.00-k2 vikas.chaudhary
2012-10-10 16:08 ` [PATCH 0/7] qla4xxx: Updates for scsi "misc" branch Michael Christie
2012-11-13 13:34 ` James Bottomley
2012-11-16 5:50 ` Lalit Chandivade
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=1349868286-13650-2-git-send-email-vikas.chaudhary@qlogic.com \
--to=vikas.chaudhary@qlogic.com \
--cc=harish.zunjarrao@qlogic.com \
--cc=jbottomley@parallels.com \
--cc=lalit.chandivade@qlogic.com \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
--cc=ravi.anand@qlogic.com \
/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;
as well as URLs for NNTP newsgroup(s).