Message ID | 20230120-vv-volatile-regions-v2-1-4ea6253000e5@intel.com |
---|---|
State | Accepted |
Commit | 8260c9e151df33e352a5848b81b035f6aa2be39c |
Headers | show |
Series | cxl: add support for listing and creating volatile regions | expand |
diff --git a/cxl/region.c b/cxl/region.c index efe05aa..38aa142 100644 --- a/cxl/region.c +++ b/cxl/region.c @@ -789,7 +789,7 @@ static int region_action(int argc, const char **argv, struct cxl_ctx *ctx, return rc; if (action == ACTION_CREATE) - rc = create_region(ctx, count, p); + return create_region(ctx, count, p); cxl_bus_foreach(ctx, bus) { struct cxl_decoder *decoder;