summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm/xlp_simplebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/nlm/xlp_simplebus.c')
-rw-r--r--sys/mips/nlm/xlp_simplebus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/nlm/xlp_simplebus.c b/sys/mips/nlm/xlp_simplebus.c
index 413775b..eb42a86 100644
--- a/sys/mips/nlm/xlp_simplebus.c
+++ b/sys/mips/nlm/xlp_simplebus.c
@@ -244,7 +244,7 @@ xlp_simplebus_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) {
device_printf(bus, "%s: could not reserve resource for %s\n",
__func__, device_get_nameunit(child));
return (NULL);
OpenPOWER on IntegriCloud