From: Tomeu Vizoso Date: Wed, 17 Sep 2014 09:34:17 +0000 (+0200) Subject: clk: tegra: Make clock initialization more robust X-Git-Tag: fixes-against-v3.18-rc2~68^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e742c3164344fece3615aca42ec51b41753908;p=pandora-kernel.git 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 Reviewed-by: Stephen Warren --- Reading git-diff-tree failed