aarch64 nexus: Fix a mismerge in nexus_activate_resource

Fixes:		658501d259 aarch64 nexus: Use bus_generic_rman_*_resource
This commit is contained in:
John Baldwin 2023-11-24 14:00:33 -08:00
parent ac910ad995
commit 5622f52c98

View file

@ -367,10 +367,8 @@ nexus_activate_resource_flags(device_t bus, device_t child, int type, int rid,
rman_deactivate_resource(r);
return (err);
}
return (0);
default:
return (EINVAL);
}
return (0);
}
static int