commit | 2d7884a7d0e70f9509881c40eaee3f5a5c201b07 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Thu Jun 18 16:18:30 2015 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 06 15:03:24 2015 -0700 |
tree | 2d9fdad1d9815069d31d8c337754af470f0ccbae | |
parent | 101762976b8d7038934f31ffb4e19fbac9b5e1d4 [diff] |
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>