Module Name: src
Committed By: pgoyette
Date: Tue Sep 27 08:05:34 UTC 2016
Modified Files:
src/sys/dev/ata: ata_raid.c ld_ataraid.c
Log Message:
Remove some debug printf's that slipped through. Thanks, wiz!
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ata/ata_raid.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ata/ld_ataraid.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ata/ata_raid.c
diff -u src/sys/dev/ata/ata_raid.c:1.38 src/sys/dev/ata/ata_raid.c:1.39
--- src/sys/dev/ata/ata_raid.c:1.38 Tue Sep 27 03:33:32 2016
+++ src/sys/dev/ata/ata_raid.c Tue Sep 27 08:05:34 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ata_raid.c,v 1.38 2016/09/27 03:33:32 pgoyette Exp $ */
+/* $NetBSD: ata_raid.c,v 1.39 2016/09/27 08:05:34 pgoyette Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.38 2016/09/27 03:33:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.39 2016/09/27 08:05:34 pgoyette Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -177,7 +177,6 @@ ata_raid_finalize(device_t self)
ataraid_cd.cd_name);
out:
-printf("%s: exit\n", __func__);
return (1);
}
Index: src/sys/dev/ata/ld_ataraid.c
diff -u src/sys/dev/ata/ld_ataraid.c:1.43 src/sys/dev/ata/ld_ataraid.c:1.44
--- src/sys/dev/ata/ld_ataraid.c:1.43 Tue Sep 27 03:33:32 2016
+++ src/sys/dev/ata/ld_ataraid.c Tue Sep 27 08:05:34 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ld_ataraid.c,v 1.43 2016/09/27 03:33:32 pgoyette Exp $ */
+/* $NetBSD: ld_ataraid.c,v 1.44 2016/09/27 08:05:34 pgoyette Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.43 2016/09/27 03:33:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.44 2016/09/27 08:05:34 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "bio.h"
@@ -754,7 +754,6 @@ ld_ataraid_modcmd(modcmd_t cmd, void *op
error = ENOTTY;
break;
}
-printf("%s: return %d\n", __func__, error);
#endif
return error;