Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204220
b: refs/heads/master
c: bb6f7d5
h: refs/heads/master
v: v3
  • Loading branch information
Karen Higgins authored and James Bottomley committed Jul 28, 2010
1 parent addf489 commit a6c9e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c2660df310a3c445194748b54f51b7224639e742
refs/heads/master: bb6f7d5b71356be560ea84dd5a721f083d3a9e8e
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/qla4xxx/ql4_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,9 @@ static int qla4xxx_initialize_ddb_list(struct scsi_qla_host *ha)

qla4xxx_flush_AENS(ha);

/* Wait for an AEN */
qla4xxx_devices_ready(ha);

/*
* First perform device discovery for active
* fw ddb indexes and build
Expand All @@ -999,9 +1002,6 @@ static int qla4xxx_initialize_ddb_list(struct scsi_qla_host *ha)
if ((status = qla4xxx_build_ddb_list(ha)) == QLA_ERROR)
return status;

/* Wait for an AEN */
qla4xxx_devices_ready(ha);

/*
* Targets can come online after the inital discovery, so processing
* the aens here will catch them.
Expand Down

0 comments on commit a6c9e87

Please sign in to comment.