OSDN Git Service

PM / Domains: Don't return -EEXIST at attach when PM domain exists
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 May 2018 14:52:37 +0000 (16:52 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 May 2018 08:02:51 +0000 (10:02 +0200)
commit94ef9b8e2b941ab7e7ce88fa48ce626fa529bf2f
treee72c7acabfbf9eac4c6cd17c654af2f1f7f950d0
parent71f277a7bf0b0e65e9571940057c70efc4326bc5
PM / Domains: Don't return -EEXIST at attach when PM domain exists

As dev_pm_domain_attach() isn't the only way to assign PM domain pointers
to devices, clearly we must allow a device to have the pointer already
being assigned. For this reason, return 0 instead of -EEXIST.

Reported-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Tested-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/common.c