Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204088
b: refs/heads/master
c: 6c7ccf7
h: refs/heads/master
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Jul 27, 2010
1 parent 8fe56a3 commit c383aba
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6907869d726c04362122afd92717f86915a69f96
refs/heads/master: 6c7ccf7bb96a0ae16d2bcc6155e1d1fc3e728b39
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ qla24xx_84xx_fw_version_show(struct device *dev,
if (!IS_QLA84XX(ha))
return snprintf(buf, PAGE_SIZE, "\n");

if (ha->cs84xx && ha->cs84xx->op_fw_version == 0)
if (ha->cs84xx->op_fw_version == 0)
rval = qla84xx_verify_chip(vha, status);

if ((rval == QLA_SUCCESS) && (status[0] == 0))
Expand Down

0 comments on commit c383aba

Please sign in to comment.