no need for continue

This commit is contained in:
christos 2020-07-31 20:35:33 +00:00
parent 741397f9ad
commit d0ac198bfa

View File

@ -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;