Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367397
b: refs/heads/master
c: 17801c9
h: refs/heads/master
i:
  367395: c3e9984
v: v3
  • Loading branch information
Nilesh Javali authored and James Bottomley committed Apr 11, 2013
1 parent 2132c84 commit e7f7b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 9a16f65bed06e562abb9882ffb277c6808a0fe34
refs/heads/master: 17801c96b6fdf6048908e0680a140a87a267a397
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -5345,8 +5345,11 @@ static int qla4xxx_probe_adapter(struct pci_dev *pdev,
status = qla4xxx_initialize_adapter(ha, INIT_ADAPTER);

/* Dont retry adapter initialization if IRQ allocation failed */
if (!test_bit(AF_IRQ_ATTACHED, &ha->flags))
if (is_qla80XX(ha) && !test_bit(AF_IRQ_ATTACHED, &ha->flags)) {
ql4_printk(KERN_WARNING, ha, "%s: Skipping retry of adapter initialization\n",
__func__);
goto skip_retry_init;
}

while ((!test_bit(AF_ONLINE, &ha->flags)) &&
init_retry_count++ < MAX_INIT_RETRIES) {
Expand Down

0 comments on commit e7f7b86

Please sign in to comment.