From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 3 Mar 2016 11:37:34 -0800 From: Stephen Boyd To: Loc Ho Cc: mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, patches@apm.com, luis.henriques@canonical.com, kamal@canonical.com Subject: Re: [PATCH] clk: xgene: Add missing parenthesis when clearing divider value Message-ID: <20160303193734.GB24999@codeaurora.org> References: <1456780543-13770-1-git-send-email-lho@apm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1456780543-13770-1-git-send-email-lho@apm.com> List-ID: On 02/29, Loc Ho wrote: > 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 > Acked-by: Toan Le > --- Applied to clk-next + added a fixes tag. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 3 Mar 2016 11:37:34 -0800 Subject: [PATCH] clk: xgene: Add missing parenthesis when clearing divider value In-Reply-To: <1456780543-13770-1-git-send-email-lho@apm.com> References: <1456780543-13770-1-git-send-email-lho@apm.com> Message-ID: <20160303193734.GB24999@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/29, Loc Ho wrote: > 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 > Acked-by: Toan Le > --- Applied to clk-next + added a fixes tag. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project