commit | d6d1053a8bbf75e5eb6ef29ddcf87e66421763c4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Mar 01 14:12:01 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Mar 14 22:34:26 2013 +0100 |
tree | b5c244892c8ec7225b87b46db030c8ca5a62fa92 | |
parent | 7b59496c11747cd715995874177dafd50c8a0115 [diff] |
clk: vt8500: Fix "fix device clock divisor calculations" Patch 72480014b8 "Fix device clock divisor calculations" was apparently rebased incorrectly before it got upstream, causing a build error. Replacing the "prate" pointer with the local parent_rate is most likely the correct solution. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Tony Prisk <linux@prisktech.co.nz> Cc: Mike Turquette <mturquette@linaro.org>