Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293037
b: refs/heads/master
c: 8a65522
h: refs/heads/master
i:
  293035: 3a6b9b4
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Feb 29, 2012
1 parent 0ac57d8 commit 037710d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 13de2c541993394ec4db4949302312a0ce0af7b1
refs/heads/master: 8a6552299e2c3b01bb49ea52be2788f7c6bd8bf2
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -4058,7 +4058,6 @@ qla2x00_request_firmware(scsi_qla_host_t *vha)
struct qla_hw_data *ha = vha->hw;
struct fw_blob *blob;

blob = NULL;
if (IS_QLA2100(ha)) {
blob = &qla_fw_blobs[FW_ISP21XX];
} else if (IS_QLA2200(ha)) {
Expand All @@ -4079,6 +4078,8 @@ qla2x00_request_firmware(scsi_qla_host_t *vha)
blob = &qla_fw_blobs[FW_ISP2031];
} else if (IS_QLA8031(ha)) {
blob = &qla_fw_blobs[FW_ISP8031];
} else {
return NULL;
}

mutex_lock(&qla_fw_lock);
Expand Down

0 comments on commit 037710d

Please sign in to comment.