summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x/obio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/xscale/i8134x/obio.c')
-rw-r--r--sys/arm/xscale/i8134x/obio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i8134x/obio.c b/sys/arm/xscale/i8134x/obio.c
index 534f0e7..b8bccce 100644
--- a/sys/arm/xscale/i8134x/obio.c
+++ b/sys/arm/xscale/i8134x/obio.c
@@ -127,7 +127,7 @@ obio_alloc_resource(device_t bus, device_t child, int type, int *rid,
rv = rman_reserve_resource(rm, start, end, count, flags, child);
- if (rv == NULL)
+ if (rv == NULL)
return (NULL);
if (type == SYS_RES_IRQ)
return (rv);
OpenPOWER on IntegriCloud