soc: samsung: pm_domains: Use full names in subdomains registration log
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 30 Jan 2017 12:18:56 +0000 (13:18 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 31 Jan 2017 19:30:02 +0000 (21:30 +0200)
commit402e73c5192b78ea4734f1c76fb7e68d9a41e3e2
treef0be604ba7dbe8bd05c2f346e6910037a87c1650
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88
soc: samsung: pm_domains: Use full names in subdomains registration log

Device tree none name for each power domain should be "power-domain", so
use a bit more descriptive full node name in messages about subdomain
registration. This way the following meaningless message:

power-domain has as child subdomain: power-domain.

is changed to a bit more meaningful one:

/soc/power-domain@105c40a0 has as child subdomain: /soc/power-domain@105c4020.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/soc/samsung/pm_domains.c