clk: vt8500: Fix "fix device clock divisor calculations"
authorArnd Bergmann <arnd@arndb.de>
Fri, 1 Mar 2013 13:12:01 +0000 (14:12 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 21:34:26 +0000 (22:34 +0100)
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>

No differences found