On 4 September 2014 21:49, Rafael J. Wysocki <rjw@xxxxxxxxxxxxx> wrote: > On Wednesday, September 03, 2014 03:15:59 PM Geert Uytterhoeven wrote: >> Hi Ulf, >> >> On Wed, Sep 3, 2014 at 12:52 PM, Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: >> > --- a/drivers/base/power/domain_governor.c >> > +++ b/drivers/base/power/domain_governor.c >> >> > @@ -229,10 +229,7 @@ static bool always_on_power_down_ok(struct dev_pm_domain *domain) >> > >> > #else /* !CONFIG_PM_RUNTIME */ >> > >> > -bool default_stop_ok(struct device *dev) >> > -{ >> > - return false; >> > -} >> > +static inline bool default_stop_ok(struct device *dev) { return false; } >> >> The "inline" doesn't make much sense here. > > But then it doesn't hurt either I suppose? > > Anyway, Ulf, are you going to update this patch? Unless there are other comments, I would prefer to not update. :-) Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html