On 05-12-15, 14:01, Pi-Cheng Chen wrote:
Since the return value of ->init() of cpufreq driver is not propagated to the device driver model now, move resources allocation into ->probe() to handle -EPROBE_DEFER properly.
Signed-off-by: Pi-Cheng Chen pi-cheng.chen@linaro.org
v1->v2:
- fix error handling path in ->probe()
Acked-by: Viresh Kumar viresh.kumar@linaro.org