Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe no need for continue
details: https://anonhg.NetBSD.org/src/rev/05ea0a96e584
branches: trunk
changeset: 1012467:05ea0a96e584
user: christos <christos%NetBSD.org@localhost>
date: Fri Jul 31 20:35:33 2020 +0000
description:
no need for continue
diffstat:
sys/dev/raidframe/rf_netbsdkintf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 682b5507049b -r 05ea0a96e584 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c Fri Jul 31 20:34:38 2020 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c Fri Jul 31 20:35:33 2020 +0000
@@ -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 @@
int e = rf_sync_component_cache(raidPtr, sparecol);
if (e && !error)
error = e;
- continue;
}
}
return error;
Home |
Main Index |
Thread Index |
Old Index