From: Sascha Wildner Date: Wed, 31 Aug 2011 09:49:44 +0000 (+0200) Subject: mfi(4): Remove another debug message. X-Git-Tag: v2.12.0~92 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/23dc68ce9b32d0cd219dc928df15e1beabd74be5 mfi(4): Remove another debug message. --- diff --git a/sys/dev/raid/mfi/mfi_syspd.c b/sys/dev/raid/mfi/mfi_syspd.c index e56dcfb25e..c96e7fb3a2 100644 --- a/sys/dev/raid/mfi/mfi_syspd.c +++ b/sys/dev/raid/mfi/mfi_syspd.c @@ -208,7 +208,6 @@ int mfi_syspd_disable(struct mfi_system_pd *sc) { - device_printf(sc->pd_dev,"syspd disable \n"); KKASSERT(lockstatus(&sc->pd_controller->mfi_io_lock, curthread) != 0); if (sc->pd_flags & MFI_DISK_FLAGS_OPEN) { if (sc->pd_controller->mfi_delete_busy_volumes)