Re: [PATCH v3 31/39] memory: tegra20-emc: Register as interconnect provider

From: Dmitry Osipenko
Date: Sun Jun 07 2020 - 17:48:16 EST


07.06.2020 21:55, Dmitry Osipenko ÐÐÑÐÑ:
...
> + if (IS_ENABLED(CONFIG_INTERCONNECT)) {
> + err = tegra_emc_interconnect_init(emc);
> + if (err)
> + dev_err(&pdev->dev, "failed to initialize ICC: %d\n",
> + err);
> + }

It just occurred to me that I completely forgot to remove the
IS_ENABLED() and change Kconfig to properly set up the build dependency
on interconnect. Will correct it in v4.