summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/scsi/scsi_da.c')
-rw-r--r--sys/cam/scsi/scsi_da.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index aaadaa9..91c2661 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -956,8 +956,7 @@ daasync(void *callback_arg, u_int32_t code,
* that will occur.
*/
softc->flags |= DA_FLAG_RETRY_UA;
- for (ccbh = LIST_FIRST(&softc->pending_ccbs);
- ccbh != NULL; ccbh = LIST_NEXT(ccbh, periph_links.le))
+ LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
ccbh->ccb_state |= DA_CCB_RETRY_UA;
splx(s);
/* FALLTHROUGH*/
OpenPOWER on IntegriCloud