summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_pinctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/at91_pinctrl.c')
-rw-r--r--sys/arm/at91/at91_pinctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_pinctrl.c b/sys/arm/at91/at91_pinctrl.c
index 7a90f0f..e5652d1 100644
--- a/sys/arm/at91/at91_pinctrl.c
+++ b/sys/arm/at91/at91_pinctrl.c
@@ -280,7 +280,7 @@ pinctrl_alloc_resource(device_t bus, device_t child, int type, int *rid,
* Request for the default allocation with a given rid: use resource
* list stored in the local device info.
*/
- if ((start == 0UL) && (end == ~0UL)) {
+ if (RMAN_IS_DEFAULT_RANGE(start, end)) {
if ((di = device_get_ivars(child)) == NULL)
return (NULL);
OpenPOWER on IntegriCloud