summaryrefslogtreecommitdiff
path: root/sys/scsi/ss_mustek.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/ss_mustek.c')
-rw-r--r--sys/scsi/ss_mustek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/ss_mustek.c b/sys/scsi/ss_mustek.c
index e70d91463ea..42f13c99de7 100644
--- a/sys/scsi/ss_mustek.c
+++ b/sys/scsi/ss_mustek.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ss_mustek.c,v 1.24 2010/06/26 23:24:45 guenther Exp $ */
+/* $OpenBSD: ss_mustek.c,v 1.25 2010/06/30 00:02:00 dlg Exp $ */
/* $NetBSD: ss_mustek.c,v 1.4 1996/05/05 19:52:57 christos Exp $ */
/*
@@ -487,7 +487,7 @@ mustek_read_done(struct scsi_xfer *xs)
/* The adapter is busy, requeue the buf and try it later. */
BUFQ_REQUEUE(ss->sc_bufq, bp);
scsi_xs_put(xs);
- SET(ss->flags, SSF_WAITING); /* break out of cdstart loop */
+ SET(ss->flags, SSF_WAITING);
timeout_add(&ss->timeout, 1);
return;