summaryrefslogtreecommitdiffstats
path: root/sys/dev/ispfw/ispfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ispfw/ispfw.c')
-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 f0b0a4d..633fdf7 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);
OpenPOWER on IntegriCloud