diff options
| author | christos <christos@NetBSD.org> | 2020-07-31 20:35:33 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-07-31 20:35:33 +0000 |
| commit | 30d07205c0dc146576c669d3f4039a93f76e781c (patch) | |
| tree | 4f6acc0eada091ae86594dd197aaa5f3c06e19d2 /sys/dev/raidframe | |
| parent | 76c1166357b64c8fc932a8ff0cee0425ae3ea719 (diff) | |
no need for continue
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsdkintf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index d3941fe9361..68af9a2999a 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.387 2020/07/31 20:34:38 christos Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.388 2020/07/31 20:35:33 christos Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc. @@ -101,7 +101,7 @@ ***********************************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.387 2020/07/31 20:34:38 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.388 2020/07/31 20:35:33 christos Exp $"); #ifdef _KERNEL_OPT #include "opt_raid_autoconfig.h" @@ -3697,7 +3697,6 @@ rf_sync_component_caches(RF_Raid_t *raidPtr) int e = rf_sync_component_cache(raidPtr, sparecol); if (e && !error) error = e; - continue; } } return error; |
