From: Thierry Reding Date: Wed, 27 Nov 2013 16:26:03 +0000 (+0100) Subject: clk: tegra: Do not print errors for clk_round_rate() X-Git-Tag: cleanup-for-linus~7^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba4b3b9cc3d95714b31467614205fc26b91fb7c;p=pandora-kernel.git clk: tegra: Do not print errors for clk_round_rate() clk_round_rate() can be used by drivers to determine whether or not a frequency is supported by the clock. The current Tegra clock driver outputs an error message and a stacktrace when the requested rate isn't supported. That's fine for clk_set_rate(), but it's confusing when all the driver does is query whether or not a frequency is supported. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed