We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefdbc7 commit 50b823fCopy full SHA for 50b823f
drivers/platform/x86/mlx-platform.c
@@ -6008,10 +6008,11 @@ static int mlxplat_mlxcpld_verify_bus_topology(int *nr)
6008
shift = *nr - mlxplat_mux_data[i].parent;
6009
mlxplat_mux_data[i].parent = *nr;
6010
mlxplat_mux_data[i].base_nr += shift;
6011
- if (shift > 0)
6012
- mlxplat_hotplug->shift_nr = shift;
6013
}
6014
+ if (shift > 0)
+ mlxplat_hotplug->shift_nr = shift;
6015
+
6016
return 0;
6017
6018
0 commit comments