From: Chao Xie Date: Thu, 23 Jan 2014 02:47:42 +0000 (+0800) Subject: clk: mmp: try to use closer one when do round rate X-Git-Tag: v3.15-rc1~72^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d26c15d3ba98c31b24286dac7a390a307fcff29;p=pandora-kernel.git clk: mmp: try to use closer one when do round rate The orignal code will use the bigger rate between "previous rate" and "current rate" when caculate the rate. In fact, hardware cares about the closest one. So choose the closer rate between "previous rate" and "current rate". Signed-off-by: Chao Xie Signed-off-by: Mike Turquette --- Reading git-diff-tree failed