commit | b9e742c3164344fece3615aca42ec51b41753908 | [log] [tgz] |
---|---|---|
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Wed Sep 17 11:34:17 2014 +0200 |
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | Thu Sep 18 14:56:53 2014 +0300 |
tree | c6d2ec101d61bb69fa6eee437f67e2bed1cee8ab | |
parent | 4c495c204f794125db11e74bd61228901b0acaa7 [diff] |
clk: tegra: Make clock initialization more robust Don't abort clock initialization if we cannot match an entry in tegra_clk_init_table to a valid entry in the clk array. Also log a corresponding error message. This was discovered when testing a patch that removed the EMC clock from tegra124_clks but left a mention in tegra_clk_init_table. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>