perf tools: Fix calloc() arguments to address error introduced in gcc-14
[platform/kernel/linux-rpi.git] / drivers / regulator / hi655x-regulator.c
index 556bb73..1d8211f 100644 (file)
@@ -206,6 +206,7 @@ static struct platform_driver hi655x_regulator_driver = {
        .id_table = hi655x_regulator_table,
        .driver = {
                .name   = "hi655x-regulator",
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
        .probe  = hi655x_regulator_probe,
 };