summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 295d8d2..e6dc8b5 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -1237,6 +1237,7 @@ md_modevent(module_t mod, int type, void *data)
status_dev = 0;
break;
default:
+ return (EOPNOTSUPP);
break;
}
return (0);
OpenPOWER on IntegriCloud