soc: mediatek: pm-domains: Don't print an error if child domain is deferred
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 13 Jan 2021 21:30:12 +0000 (22:30 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Sun, 31 Jan 2021 14:59:16 +0000 (15:59 +0100)
commitdd65030295e20338bbb8238454c2e9546b6e5e17
treeecddb60128bf378ab35c1384f0ba299ab304bcdc
parent1b18c0558d092b29b0d9ccdf14a6915156e6cf32
soc: mediatek: pm-domains: Don't print an error if child domain is deferred

Child domains can be deferred by the core because one of its resources
is not available yet, in such case, it will print an error, but
later it will succeed to probe. Fix that using the dev_err_probe()
function so it only prints an error on a real error.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20210113213012.67643-1-enric.balletbo@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-pm-domains.c