summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/vesa.c')
-rw-r--r--sys/i386/isa/vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index 65739aa..d51f68f 100644
--- a/sys/i386/isa/vesa.c
+++ b/sys/i386/isa/vesa.c
@@ -1652,7 +1652,7 @@ vesa_mod_event(module_t mod, int type, void *data)
case MOD_UNLOAD:
return vesa_unload();
default:
- break;
+ return EOPNOTSUPP;
}
return 0;
}
OpenPOWER on IntegriCloud