clk: xgene: Add missing parenthesis when clearing divider value
authorLoc Ho <lho@apm.com>
Mon, 29 Feb 2016 21:15:43 +0000 (14:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 3 Mar 2016 19:37:15 +0000 (11:37 -0800)
commit0f4c7a138dfefb0ebdbaf56e3ba2acd2958a6605
treeb4475ae1c48153863410752a359ed4a13df3a0c3
parent0d9967fe4ba6fc3a57d946a54bcba2d0b3ef8e0b
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>
drivers/clk/clk-xgene.c
This page took 0.024685 seconds and 5 git commands to generate.