diff options
| author | oster <oster@NetBSD.org> | 2011-03-04 17:45:17 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2011-03-04 17:45:17 +0000 |
| commit | 55cec7bac261f34235b43a5c9c79ac43562913e0 (patch) | |
| tree | d4f84d230344da3c53212ca61081d374d2c69a8b /sys/dev/raidframe | |
| parent | 2fefc5c62d721e4bc791ecb7f69e6ff9597f10eb (diff) | |
Remove bogus RF_ASSERT that must have crept in by accident.
Thanks to Jan-Hinrich Fessel for reporting the issue.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 36f814792ae..8c2f14fd2db 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.282 2011/02/19 07:11:09 enami Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.283 2011/03/04 17:45:17 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc. @@ -101,7 +101,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.282 2011/02/19 07:11:09 enami Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.283 2011/03/04 17:45:17 oster Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" @@ -2997,8 +2997,6 @@ rf_find_raid_components(void) uint64_t numsecs; unsigned secsize; - RF_ASSERT(raidPtr->bytesPerSector < rf_component_info_offset()); - /* initialize the AutoConfig list */ ac_list = NULL; |
