commit | ddd02e145611d1689e5014e79d7f37dcd323b70b | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Mon Feb 15 11:33:33 2016 +0800 |
committer | Heiko Stuebner <heiko@sntech.de> | Mon Feb 15 23:35:20 2016 +0100 |
tree | 8a19b9b24545feefb15d4ebd5756c5447f6f33f1 | |
parent | eb4e10c61ddb513dae6508a16eedd2da59effb98 [diff] |
clk: rockchip: don't return NULL when registering inverter fails Avoid return NULL if rockchip_clk_register_inverter fails, otherwise rockchip_clk_register_branches print "unknown clock type". The acutal case is that it's a known clock type but we fail to regiser it, which may makes user confuse the reason of failure. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>