diff options
-rw-r--r-- | sys/dev/iicbus/is31fl319x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iicbus/is31fl319x.c b/sys/dev/iicbus/is31fl319x.c index 532c73c6..a965721 100644 --- a/sys/dev/iicbus/is31fl319x.c +++ b/sys/dev/iicbus/is31fl319x.c @@ -107,6 +107,8 @@ is31fl319x_probe(device_t dev) desc = "ISSI IS31FL3199 9 channel light effect LED driver"; sc->sc_max_pins = 9; break; + default: + return (ENXIO); } node = ofw_bus_get_node(dev); if (!OF_hasprop(node, "gpio-controller")) |