summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-11-09 19:50:03 +0000
committeroster <oster@NetBSD.org>2002-11-09 19:50:03 +0000
commit1ac4be5d3e8f391318dccf36c7e913e3db49f9bb (patch)
tree8952dd85a1c0836cfa27eb249f668e623075faf4 /sys/dev/raidframe
parent0c2979d1c84a4b8de67d0c05da573f576d18b4f6 (diff)
Nuke a printf() from rf_FailDisk().
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_driver.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_driver.c b/sys/dev/raidframe/rf_driver.c
index 42638864fe6..b326be514d2 100644
--- a/sys/dev/raidframe/rf_driver.c
+++ b/sys/dev/raidframe/rf_driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_driver.c,v 1.66 2002/10/22 03:15:28 oster Exp $ */
+/* $NetBSD: rf_driver.c,v 1.67 2002/11/09 19:50:03 oster Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -73,7 +73,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_driver.c,v 1.66 2002/10/22 03:15:28 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_driver.c,v 1.67 2002/11/09 19:50:03 oster Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -707,7 +707,6 @@ rf_FailDisk(
int fcol,
int initRecon)
{
- printf("raid%d: Failing disk r%d c%d\n", raidPtr->raidid, frow, fcol);
RF_LOCK_MUTEX(raidPtr->mutex);
raidPtr->numFailures++;
raidPtr->Disks[frow][fcol].status = rf_ds_failed;