clk: tegra: Do not print errors for clk_round_rate()
authorThierry Reding <thierry.reding@gmail.com>
Wed, 27 Nov 2013 16:26:03 +0000 (17:26 +0100)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 28 Nov 2013 12:54:43 +0000 (14:54 +0200)
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 <treding@nvidia.com>

No differences found