diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:01:53 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:01:53 +0000 |
commit | f9874fbbf177e0284f8c65c050a51b40e35be4de (patch) | |
tree | 7beaad52dbd5ef03e3f8f503e7862b2c4236ee55 /sys/dev/ofw/ofw_bus_subr.c | |
parent | ad297e9ec5c1a2493ac80af687f477ad554bbb5d (diff) |
Notes
Diffstat (limited to 'sys/dev/ofw/ofw_bus_subr.c')
-rw-r--r-- | sys/dev/ofw/ofw_bus_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_bus_subr.c b/sys/dev/ofw/ofw_bus_subr.c index fda4a94e02f55..5ce8d7b7bd488 100644 --- a/sys/dev/ofw/ofw_bus_subr.c +++ b/sys/dev/ofw/ofw_bus_subr.c @@ -183,7 +183,7 @@ ofw_bus_status_okay(device_t dev) if (status == NULL || strcmp(status, "okay") == 0 || strcmp(status, "ok") == 0) return (1); - + return (0); } |