commit | 8f5783ad9eb83747471f61f94dbe209fb9fb8a7d | [log] [tgz] |
---|---|---|
author | Stephen Boyd <swboyd@chromium.org> | Tue Nov 16 18:03:46 2021 -0800 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Fri Dec 03 10:16:51 2021 +0530 |
tree | a4ea6ffb4a5ef5095614adec6d968dc97d0bf941 | |
parent | 3ed6dfbd3bb987b3d2de86304ae45972ebff5870 [diff] |
cpufreq: qcom-hw: Use optional irq API Use platform_get_irq_optional() to avoid a noisy error message when the irq isn't specified. The irq is definitely optional given that we only care about errors that are -EPROBE_DEFER here. Cc: Thara Gopinath <thara.gopinath@linaro.org> Signed-off-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>