From: Shawn Guo Date: Thu, 12 Apr 2012 12:50:17 +0000 (+0800) Subject: clk: always pass parent_rate into .round_rate X-Git-Tag: v3.5-rc1~71^2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81536e072b54e30bbfd1a9a6b8094f7b3dd5321c;p=pandora-kernel.git clk: always pass parent_rate into .round_rate The parent_rate will likely be used by most .round_rate implementation no matter whether flag CLK_SET_RATE_PARENT is set or not, so let's always pass parent_rate into .round_rate. Signed-off-by: Shawn Guo Signed-off-by: Mike Turquette --- Reading git-diff-tree failed