Skip to content

Commit

Permalink
[SCSI] qla2xxx: Removed redundant check for ISP 84xx.
Browse files Browse the repository at this point in the history
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Jul 27, 2010
1 parent 6907869 commit 6c7ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 6c7ccf7

Please sign in to comment.