[PATCH v3 31/39] memory: tegra20-emc: Register as interconnect provider
Dmitry Osipenko
digetx at gmail.com
Sun Jun 7 21:47:56 UTC 2020
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.
More information about the dri-devel
mailing list