Hi!
6.12-stable review patch. If anyone has any objections, please let me know.
This si wrong.
+++ b/drivers/i2c/busses/i2c-qup.c @@ -1743,6 +1773,11 @@ static int qup_i2c_probe(struct platform_device *pdev) goto fail_dma; } qup->is_dma = true;
qup->icc_path = devm_of_icc_get(&pdev->dev, NULL);
if (IS_ERR(qup->icc_path))
return dev_err_probe(&pdev->dev, PTR_ERR(qup->icc_path),
}"failed to get interconnect path\n");
nodma:
See the goto above? AFAICT this needs same goto to free resources.
Best regards, Pavel