aarch64 nexus: Fix a mismerge in nexus_activate_resource

Fixes:		658501d25930 aarch64 nexus: Use bus_generic_rman_*_resource
(cherry picked from commit 5622f52c98cda7df1faef11d847e04500158e107)
This commit is contained in:
John Baldwin 2023-11-24 14:00:33 -08:00
parent 25d378703a
commit efdbdfa9fd

View file

@ -365,10 +365,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