summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ata/atascsi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c
index 8782a8f802a..06386d868c5 100644
--- a/sys/dev/ata/atascsi.c
+++ b/sys/dev/ata/atascsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atascsi.c,v 1.40 2007/04/12 13:08:34 jsg Exp $ */
+/* $OpenBSD: atascsi.c,v 1.41 2007/04/22 05:11:45 dlg Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -407,7 +407,6 @@ atascsi_disk_cmd_done(struct ata_xfer *xa)
break;
case ATA_S_ERROR:
/* fake sense? */
- printf("%s: error\n", __FUNCTION__);
xs->error = XS_DRIVER_STUFFUP;
break;
case ATA_S_TIMEOUT: