diff options
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 7c2e5f1d9e0..a0c64748ec2 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.c,v 1.205 2011/06/30 16:28:05 matthew Exp $ */ +/* $OpenBSD: cd.c,v 1.206 2011/07/03 15:47:18 matthew Exp $ */ /* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */ /* @@ -240,8 +240,6 @@ cdactivate(struct device *self, int act) int rv = 0; switch (act) { - case DVACT_ACTIVATE: - break; case DVACT_RESUME: /* * When resuming, hardware may have forgotten we locked it. So if |