clk: rockchip: protect register macros against multipart values
authorHeiko Stuebner <heiko@sntech.de>
Thu, 18 Jun 2015 14:18:30 +0000 (16:18 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 6 Jul 2015 22:03:24 +0000 (15:03 -0700)
commit2d7884a7d0e70f9509881c40eaee3f5a5c201b07
tree2d9fdad1d9815069d31d8c337754af470f0ccbae
parent101762976b8d7038934f31ffb4e19fbac9b5e1d4
clk: rockchip: protect register macros against multipart values

The macros calculate the correct offset from the id in the parameter.
If this parameter does not consist of a single number, the calculation
will return wrong registers in the best case or create unaligned accesses
in the worst case. So protect the calculations against such values.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/rockchip/clk.h