summaryrefslogtreecommitdiffstats
path: root/sys/riscv/riscv/nexus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/riscv/nexus.c')
-rw-r--r--sys/riscv/riscv/nexus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/riscv/riscv/nexus.c b/sys/riscv/riscv/nexus.c
index a4ced76..75e16b8 100644
--- a/sys/riscv/riscv/nexus.c
+++ b/sys/riscv/riscv/nexus.c
@@ -242,7 +242,7 @@ nexus_alloc_resource(device_t bus, device_t child, int type, int *rid,
}
rv = rman_reserve_resource(rm, start, end, count, flags, child);
- if (rv == 0)
+ if (rv == NULL)
return (NULL);
rman_set_rid(rv, *rid);
OpenPOWER on IntegriCloud