Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64782
b: refs/heads/master
c: 8fef696
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Aug 15, 2007
1 parent adda805 commit 31b3653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29856e2841ebc6dadff0db1032be14e467989452
refs/heads/master: 8fef696b00b863c8c898293bd09be581b934849b
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,8 @@ qla2x00_restart_isp(scsi_qla_host_t *ha)

spin_lock_irqsave(&ha->hardware_lock, flags);

if (!IS_QLA24XX(ha) && !IS_QLA54XX(ha)) {
if (!IS_QLA24XX(ha) && !IS_QLA54XX(ha) &&
!IS_QLA25XX(ha)) {
/*
* Disable SRAM, Instruction RAM and GP RAM
* parity.
Expand All @@ -3370,7 +3371,8 @@ qla2x00_restart_isp(scsi_qla_host_t *ha)

spin_lock_irqsave(&ha->hardware_lock, flags);

if (!IS_QLA24XX(ha) && !IS_QLA54XX(ha)) {
if (!IS_QLA24XX(ha) && !IS_QLA54XX(ha) &&
!IS_QLA25XX(ha)) {
/* Enable proper parity */
if (IS_QLA2300(ha))
/* SRAM parity */
Expand Down

0 comments on commit 31b3653

Please sign in to comment.