Module Name: src
Committed By: christos
Date: Wed Feb 6 15:39:41 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_compat32.c
Log Message:
fix half edited line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/raidframe/rf_compat32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_compat32.c
diff -u src/sys/dev/raidframe/rf_compat32.c:1.3 src/sys/dev/raidframe/rf_compat32.c:1.4
--- src/sys/dev/raidframe/rf_compat32.c:1.3 Tue Feb 5 18:28:02 2019
+++ src/sys/dev/raidframe/rf_compat32.c Wed Feb 6 10:39:41 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_compat32.c,v 1.3 2019/02/05 23:28:02 christos Exp $ */
+/* $NetBSD: rf_compat32.c,v 1.4 2019/02/06 15:39:41 christos Exp $ */
/*
* Copyright (c) 2017 Matthew R. Green
@@ -152,7 +152,7 @@ raidframe_netbsd32_ioctl(struct raid_sof
switch (cmd) {
case RAIDFRAME_GET_INFO32:
- if (!rf_inited(rs) == 0)
+ if (!rf_inited(rs))
return ENXIO;
return rf_get_info_netbsd32(raidPtr, data);
case RAIDFRAME_CONFIGURE32: