summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/firewire.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index 6342a18..9bd5dd6 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -2273,6 +2273,8 @@ fw_modevent(module_t mode, int type, void *data)
break;
case MOD_SHUTDOWN:
break;
+ default:
+ return (EOPNOTSUPP);
}
return (err);
}
OpenPOWER on IntegriCloud