clk: rockchip: fix rk3188 hsadc_frac definition
authorHeiko Stübner <heiko@sntech.de>
Thu, 30 Oct 2014 13:26:13 +0000 (14:26 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 7 Nov 2014 22:41:14 +0000 (23:41 +0100)
commitd1f931be7cfb5458d90a4642fda8b4da6b266a84
tree10950f481d91f174ce40f1e3fadaeba39265ab05
parent78eaf6095cc763c1a228ebac5682852f04e85205
clk: rockchip: fix rk3188 hsadc_frac definition

The arguments to COMPOSITE_FRAC for hsadc_frac were mangled, leaving out the
the general clock flags argument. This results in strange effects, as only
sometimes a zero-division is reported as the wrong register is read.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3188.c