Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292964
b: refs/heads/master
c: badc5b9
h: refs/heads/master
v: v3
  • Loading branch information
Lalit Chandivade authored and James Bottomley committed Feb 19, 2012
1 parent a2a9ec7 commit e2015fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: e8fb00e068e057ad2fc28fd0d398ff028bc540ff
refs/heads/master: badc5b9996005a388e94223d43eebba6698b7ac4
5 changes: 1 addition & 4 deletions trunk/drivers/scsi/qla4xxx/ql4_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,11 +860,8 @@ qla4_8xxx_rom_lock(struct scsi_qla_host *ha)
done = qla4_8xxx_rd_32(ha, QLA82XX_PCIE_REG(PCIE_SEM2_LOCK));
if (done == 1)
break;
if (timeout >= qla4_8xxx_rom_lock_timeout) {
ql4_printk(KERN_WARNING, ha,
"%s: Failed to acquire rom lock", __func__);
if (timeout >= qla4_8xxx_rom_lock_timeout)
return -1;
}

timeout++;

Expand Down

0 comments on commit e2015fb

Please sign in to comment.