Re: [PATCH v4 2/2] regulator: max77675: Add MAX77675 regulator driver
From: Krzysztof Kozlowski
Date: Fri Oct 24 2025 - 03:12:34 EST
On Tue, Oct 21, 2025 at 02:08:30PM +0900, Joan-Na-adi wrote:
+
> + config.of_node = of_get_child_by_name(regulators_np, desc->name);
> + if (!config.of_node) {
> + dev_warn(maxreg->dev, "No DT node for regulator %s\n", desc->name);
> + continue;
> + }
> +
> + rdev = devm_regulator_register(&client->dev, desc, &config);
You need to respond to the comments, not ignore them. I asked to drop
the reference here.
Best regards,
Krzysztof