This commit is contained in:
din 2025-09-10 19:26:18 -05:00
parent 780c0508f8
commit d65417eb4c

View File

@ -137,7 +137,7 @@ bool ddr_io_init(
}
for (int i = 0; i < nodes; i++) {
if (!aciodrv_mdxf_init(mdxf_device, i, false)) {
if (!aciodrv_mdxf_init(mdxf_device, i)) {
log_warning("Opening mdxf device %d failed", i);
return false;
}