aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/socfpga
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2016-03-15 17:34:56 +0100
committerHeiko Stuebner <heiko@sntech.de>2016-05-09 16:04:39 +0200
commit7e5385dc722258c862f969ab7e67907156ad0e3f (patch)
treebf14b888a642a1edecef0ac7b8c33a99ade1219c /drivers/clk/socfpga
parentc9c3c6eecc5533d14bb9bc82319257eb8bc52768 (diff)
downloadlinux-7e5385dc722258c862f969ab7e67907156ad0e3f.tar.gz
clk: rockchip: drop old_rate calculation on pll rate changes
Previously when everything happened in the set_rate callbacks itself we needed the old_rate value for the possible rate rollback, so that made it easy to also use it in the debug output. Now with the param-handling being done in separate functions, reading and recalculating the current pll rate only to use it in a debug message that won't get displayed in regular cases anyway is quite a waste. Therefore drop that value from the debug output. In the worst case that previous rate will have been displayed on the rate change before. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/socfpga')
0 files changed, 0 insertions, 0 deletions