lkml.org 
[lkml]   [2018]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 2/2] PM / Domains: Fix return value of of_genpd_opp_to_performance_state()
    On 14 June 2018 at 07:23, Viresh Kumar <viresh.kumar@linaro.org> wrote:
    > of_genpd_opp_to_performance_state() should return 0 for errors, but the
    > dummy routine isn't doing that. Fix it.
    >
    > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

    Acked-by: Ulf Hansson <ulf.hansson@linaro.org>

    Kind regards
    Uffe

    > ---
    > include/linux/pm_domain.h | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
    > index 9206a4fef9ac..139f79c8477a 100644
    > --- a/include/linux/pm_domain.h
    > +++ b/include/linux/pm_domain.h
    > @@ -276,7 +276,7 @@ static inline unsigned int
    > of_genpd_opp_to_performance_state(struct device *dev,
    > struct device_node *opp_node)
    > {
    > - return -ENODEV;
    > + return 0;
    > }
    >
    > static inline int genpd_dev_pm_attach(struct device *dev)
    > --
    > 2.18.0.rc1.242.g61856ae69a2c
    >

    \
     
     \ /
      Last update: 2018-06-14 09:15    [W:2.574 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site