Skip to content

Commit

Permalink
[SCSI] qla2xxx: Avoid redundant RISC reset during (re)-initialization.
Browse files Browse the repository at this point in the history
ISP24xx and above ISPs perform a RISC reset in
qla24xx_reset_chip(), which is called prior to
qla24xx_chip_diag().

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jun 8, 2009
1 parent eeebcc9 commit e8233ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,6 @@ qla24xx_chip_diag(scsi_qla_host_t *vha)
struct qla_hw_data *ha = vha->hw;
struct req_que *req = ha->req_q_map[0];

/* Perform RISC reset. */
qla24xx_reset_risc(vha);

ha->fw_transfer_size = REQUEST_ENTRY_SIZE * req->length;

rval = qla2x00_mbx_reg_test(vha);
Expand Down

0 comments on commit e8233ca

Please sign in to comment.