Skip to content

Commit

Permalink
[SCSI] qla2xxx: Do not check for minidump when device state is QLA82X…
Browse files Browse the repository at this point in the history
…X_DEV_READY.

Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Chad Dupuis authored and James Bottomley committed Dec 15, 2011
1 parent cba1e47 commit a6f9091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/qla2xxx/qla_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,6 @@ qla82xx_device_state_handler(scsi_qla_host_t *vha)

switch (dev_state) {
case QLA82XX_DEV_READY:
qla82xx_check_md_needed(vha);
ha->flags.isp82xx_reset_owner = 0;
goto exit;
case QLA82XX_DEV_COLD:
Expand Down

0 comments on commit a6f9091

Please sign in to comment.