aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ispfw
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ispfw')
-rw-r--r--sys/dev/ispfw/ispfw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c
index f0b0a4d20944f..633fdf76b8e60 100644
--- a/sys/dev/ispfw/ispfw.c
+++ b/sys/dev/ispfw/ispfw.c
@@ -164,6 +164,7 @@ isp_module_handler(module_t mod, int what, void *arg)
}
break;
default:
+ return (EOPNOTSUPP);
break;
}
return (0);