commit | 0f4c7a138dfefb0ebdbaf56e3ba2acd2958a6605 | [log] [tgz] |
---|---|---|
author | Loc Ho <lho@apm.com> | Mon Feb 29 14:15:43 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Mar 03 11:37:15 2016 -0800 |
tree | b4475ae1c48153863410752a359ed4a13df3a0c3 | |
parent | 0d9967fe4ba6fc3a57d946a54bcba2d0b3ef8e0b [diff] |
clk: xgene: Add missing parenthesis when clearing divider value In the initial fix for non-zero divider shift value, the parenthesis was missing after the negate operation. This patch adds the required parenthesis. Otherwise, lower bits may be cleared unintentionally. Signed-off-by: Loc Ho <lho@apm.com> Acked-by: Toan Le <toanle@apm.com> Fixes: 1382ea631ddd ("clk: xgene: Fix divider with non-zero shift value") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>