Searched hist:"66209 e6fbd564f1bb3c69248423e4b761904a943" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/tegra/ |
H A D | common.c | diff 66209e6fbd564f1bb3c69248423e4b761904a943 Wed Dec 01 00:23:10 CET 2021 Dmitry Osipenko <digetx@gmail.com> soc/tegra: Don't print error message when OPPs not available
Previously we assumed that devm_tegra_core_dev_init_opp_table() will be used only by drivers that will always have device with OPP table, but this is not true anymore. For example now Tegra30 will have OPP table for PWM, but Tegra20 not and both use the same driver. Hence let's not print the error message about missing OPP table in the common helper, we can print it elsewhere.
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|