[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190215030205.g6ntaiec3kscsaoi@vireshk-i7>
Date: Fri, 15 Feb 2019 08:32:05 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Douglas Anderson <dianders@...omium.org>
Cc: "Rafael J . Wysocki" <rjw@...ysocki.net>,
Ulf Hansson <ulf.hansson@...aro.org>,
linux-arm-msm@...r.kernel.org,
Rajendra Nayak <rnayak@...eaurora.org>, swboyd@...omium.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Len Brown <len.brown@...el.com>,
Kevin Hilman <khilman@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Pavel Machek <pavel@....cz>
Subject: Re: [PATCH 1/2] PM / Domains: Mark "name" const in
genpd_dev_pm_attach_by_name()
On 14-02-19, 10:12, Douglas Anderson wrote:
> The genpd_dev_pm_attach_by_name() simply takes the name and passes it
> to of_property_match_string() where the argument is "const char *".
> Adding a const here allows a later patch to add a const to
> dev_pm_domain_attach_by_name() which allows drivers to pass in a name
> that was declared "const" in a driver.
>
> Fixes: 5d6be70add65 ("PM / Domains: Introduce option to attach a device by name to genpd")
Not sure if this should be counted as a fix.
> Signed-off-by: Douglas Anderson <dianders@...omium.org>
> ---
>
> drivers/base/power/domain.c | 2 +-
> include/linux/pm_domain.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
For both the patches:
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
--
viresh
Powered by blists - more mailing lists