diff options
Diffstat (limited to 'sys/scsi/ss.c')
-rw-r--r-- | sys/scsi/ss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c index 8f38c52b574..08ecf0d89c3 100644 --- a/sys/scsi/ss.c +++ b/sys/scsi/ss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss.c,v 1.52 2005/12/10 01:36:01 deraadt Exp $ */ +/* $OpenBSD: ss.c,v 1.53 2005/12/17 20:29:16 krw Exp $ */ /* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */ /* @@ -599,7 +599,7 @@ ssstrategy(bp) splx(s); return; - bp->b_flags |= B_ERROR; + done: /* * Correctly set the buf to indicate a completed xfer |