commit | eeca5721baeb11935dac85e71f7fd5a62919ed85 | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Fri Feb 21 14:59:36 2020 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Feb 24 15:49:25 2020 +0800 |
tree | f50829115bda52e3811386c7b353a1688aed0850 | |
parent | 530cf8d49f2a650625eee6ce28793bd7974e14bd [diff] |
clk: imx: clk-sscg-pll: Drop unnecessary initialization No need to initialize 'ret' in many functions, as it will get the return value from function call, so remove the initializtion of 'ret'. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>