commit | 022dce0bd03905251de6cdd491a292818eaf3b89 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Mon Feb 15 11:33:41 2016 +0800 |
committer | Heiko Stuebner <heiko@sntech.de> | Mon Feb 15 23:37:27 2016 +0100 |
tree | cdafbf19ef651ab6c5f4f38808bc632a72d7cfba | |
parent | ddd02e145611d1689e5014e79d7f37dcd323b70b [diff] |
clk: rockchip: don't return NULL when registering mmc branch fails Avoid return NULL if rockchip_clk_register_mmc 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>