Re: [PATCH 6/6] soc: rockchip: power-domain: check the existing of regmap

2016-02-15 Thread Heiko Stuebner
Am Montag, 15. Februar 2016, 11:33:57 schrieb Shawn Lin: > Check return value of syscon_node_to_regmap for > rockchip_pm_domain_probe. If err value is returned, probe > procedure should abort. > > Signed-off-by: Shawn Lin applied to my armsoc/drivers branch for 4.6

Re: [PATCH 6/6] soc: rockchip: power-domain: check the existing of regmap

2016-02-15 Thread Heiko Stuebner
Am Montag, 15. Februar 2016, 11:33:57 schrieb Shawn Lin: > Check return value of syscon_node_to_regmap for > rockchip_pm_domain_probe. If err value is returned, probe > procedure should abort. > > Signed-off-by: Shawn Lin applied to my armsoc/drivers branch for 4.6 with one change below > ---

[PATCH 6/6] soc: rockchip: power-domain: check the existing of regmap

2016-02-14 Thread Shawn Lin
Check return value of syscon_node_to_regmap for rockchip_pm_domain_probe. If err value is returned, probe procedure should abort. Signed-off-by: Shawn Lin --- drivers/soc/rockchip/pm_domains.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 6/6] soc: rockchip: power-domain: check the existing of regmap

2016-02-14 Thread Shawn Lin
Check return value of syscon_node_to_regmap for rockchip_pm_domain_probe. If err value is returned, probe procedure should abort. Signed-off-by: Shawn Lin --- drivers/soc/rockchip/pm_domains.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/soc/rockchip/pm_domains.c