summaryrefslogtreecommitdiffstats
path: root/sys/dev/harp/if_harp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/harp/if_harp.c')
-rw-r--r--sys/dev/harp/if_harp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/harp/if_harp.c b/sys/dev/harp/if_harp.c
index 87711b9..435b64e 100644
--- a/sys/dev/harp/if_harp.c
+++ b/sys/dev/harp/if_harp.c
@@ -646,6 +646,8 @@ harp_modevent(module_t mod, int event, void *data)
uma_zdestroy(harp_vcc_zone);
break;
+ default:
+ return (EOPNOTSUPP);
}
return (0);
}
OpenPOWER on IntegriCloud