]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Driver need to do HotReset instead of FundamentalReset for ISP83XX
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 10 Apr 2012 09:42:21 +0000 (15:12 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:40:54 +0000 (17:40 -0700)
JIRA Key: V2632FC-115.

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
drivers/scsi/qla2xxx/qla_os.c

index 616d9687123b3deb1ba562f09f1703191bff85e7..315a5e3bbd6885c54a4da12dec4e4356b453049d 100644 (file)
@@ -2170,10 +2170,8 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
        qla2x00_set_isp_flags(ha);
 
        /* Set EEH reset type to fundamental if required by hba */
-       if (IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha) ||
-           IS_QLA83XX(ha)) {
+       if (IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha))
                pdev->needs_freset = 1;
-       }
 
        ha->prev_topology = 0;
        ha->init_cb_size = sizeof(init_cb_t);