PM / Domains: Remove redundant pm_request_idle() call in genpd
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 May 2016 09:33:11 +0000 (11:33 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 16 Jun 2016 13:14:34 +0000 (15:14 +0200)
commit9b002b8f0e386966dfc2dddf47eebed3b71ef876
treeb2449abe0b0676edb02c2f5580fe9a61f5828b63
parent800188538965d90759cea13bcb4f87a214cf5c53
PM / Domains: Remove redundant pm_request_idle() call in genpd

The PM core increases the runtime PM usage count at the system PM prepare
phase. Later when the system resumes, it does a pm_runtime_put() in the
complete phase, which in addition to decrementing the usage count, does
the equivalent of a pm_request_idle().

Therefore the call to pm_request_idle() from within genpd's ->complete()
callback is redundant, so remove it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/domain.c