aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/mlx-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c
index 2b98f299faa4..8fe51e43f1bc 100644
--- a/drivers/platform/x86/mlx-platform.c
+++ b/drivers/platform/x86/mlx-platform.c
@@ -2111,7 +2111,7 @@ static int __init mlxplat_init(void)
2111 mlxplat_regmap_config); 2111 mlxplat_regmap_config);
2112 if (IS_ERR(priv->regmap)) { 2112 if (IS_ERR(priv->regmap)) {
2113 err = PTR_ERR(priv->regmap); 2113 err = PTR_ERR(priv->regmap);
2114 return err; 2114 goto fail_alloc;
2115 } 2115 }
2116 2116
2117 err = mlxplat_mlxcpld_verify_bus_topology(&nr); 2117 err = mlxplat_mlxcpld_verify_bus_topology(&nr);