cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFER
authorQuanyang Wang <quanyang.wang@windriver.com>
Thu, 25 Mar 2021 06:42:08 +0000 (14:42 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 25 Mar 2021 06:58:09 +0000 (12:28 +0530)
commitc3135d28a1e099bcc12c2c2a2a154275f49ce86b
tree1ea24566b3db58860b2bf77c494640721b49258f
parent2b53d1bd13e1c2b20e5f3e55788e2c09bc2197e5
cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFER

The function dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFER,
which needs to be propagated to the caller to try probing the driver
later on.

Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com>
[ Viresh: Massage changelog/subject, improve code. ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt.c