Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213331
b: refs/heads/master
c: bcc5b6d
h: refs/heads/master
i:
  213329: 4c5b59d
  213327: ece3312
v: v3
  • Loading branch information
Saurav Kashyap authored and James Bottomley committed Sep 5, 2010
1 parent 81cd37a commit bd2d401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58548cb51a824276c34a3227a4917d2e2ded0daa
refs/heads/master: bcc5b6d3233688a5179f445ef06a28e055c5873a
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -3803,6 +3803,9 @@ qla2xxx_pci_mmio_enabled(struct pci_dev *pdev)
struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24;

if (IS_QLA82XX(ha))
return PCI_ERS_RESULT_RECOVERED;

spin_lock_irqsave(&ha->hardware_lock, flags);
if (IS_QLA2100(ha) || IS_QLA2200(ha)){
stat = RD_REG_DWORD(&reg->hccr);
Expand Down

0 comments on commit bd2d401

Please sign in to comment.