mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
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:
parent
25d378703a
commit
efdbdfa9fd
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue