On 31.10.2020 13:47, Krzysztof Kozlowski wrote:
@@ -1223,19 +1330,33 @@ static int mixer_probe(struct platform_device *pdev) struct device *dev = &pdev->dev; const struct mixer_drv_data *drv; struct mixer_context *ctx;
struct icc_path *path; int ret;
/*
* Returns NULL if CONFIG_INTERCONNECT is disabled.
You could add here: or if "interconnects" property does not exist.
Right, thanks for pointing out, I will update that comment.