ARM: S3C6410: use correct divider_shift in setrate_clksrc()
authorThomas Abraham <thomas.ab@samsung.com>
Tue, 8 Sep 2009 05:26:00 +0000 (14:26 +0900)
committerBen Dooks <ben-linux@fluff.org>
Tue, 15 Sep 2009 23:50:05 +0000 (00:50 +0100)
In s3c64xx_setrate_clksrc() we used sclk->shift, but actually need to
use sclk->divider_shift to correctly calculate the value for the divider
register.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
[ben-linux@fluff.org: Minor re-indentation of description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found