1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/soc/rockchip
Heiko Stuebner c3ce5b3768 soc: rockchip: power-domain: don't try to print the clock name in error case
When we never got the the clock-reference, i.e. when IS_ERR(clk) is true,
don't try to print the clock name via %pC as this of course produces a
null-pointer-dereference in __clk_get_name().

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Caesar Wang <wxt@rock-chips.com>
2015-10-16 09:23:59 +02:00
..
Kconfig soc: rockchip: Restrict to ARCH_ROCKCHIP 2015-10-11 11:58:08 +02:00
Makefile soc: rockchip: power-domain: Add power domain driver 2015-10-06 09:53:28 +02:00
pm_domains.c soc: rockchip: power-domain: don't try to print the clock name in error case 2015-10-16 09:23:59 +02:00