soc: rockchip: power-domain: don't try to print the clock name in error case
authorHeiko Stuebner <heiko@sntech.de>
Thu, 15 Oct 2015 12:35:01 +0000 (14:35 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 16 Oct 2015 07:23:59 +0000 (09:23 +0200)
commitc3ce5b3768b17120dca852513af211c4acd3d2b0
tree17ff308e08ca05659314449a9884f90c5e9378e9
parent0cc598915fc787193ddb7401a11f80c17ccbabe4
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>
drivers/soc/rockchip/pm_domains.c
This page took 0.024327 seconds and 5 git commands to generate.