From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751586AbcFAWGH (ORCPT ); Wed, 1 Jun 2016 18:06:07 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59909 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbcFAWGE (ORCPT ); Wed, 1 Jun 2016 18:06:04 -0400 Date: Wed, 1 Jun 2016 15:06:01 -0700 From: Stephen Boyd To: Roman Volkov Cc: Arnd Bergmann , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Turquette , Roman Volkov , Tony Prisk , Andrzej Hajda Subject: Re: [PATCH 0/2] Rework clk/vt8500 wm8650_find_pll_bits() Message-ID: <20160601220601.GD28218@codeaurora.org> References: <1464120473-1808-1-git-send-email-v1ron@mail.ru> <20160531092329.53bcacdd@v1ron-s7> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160531092329.53bcacdd@v1ron-s7> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/31, Roman Volkov wrote: > В Tue, 24 May 2016 23:07:51 +0300 > Roman Volkov пишет: > > > From: Roman Volkov > > > > Hi Arnd and others, > > > > This patch finally removes the warnings from GCC about possibly > > uninitialized variables 'best_div2', 'best_div1', and 'best_mul'. > > Also one of the functions is reworked, so that the algorithm is much > > easier. This is to continue the work started in [1]. > > > > This code is tested on WM8650. Also the testing app was used in > > user-mode to check possible values and performance [2]. > > > > [1] https://lkml.org/lkml/2016/2/1/149 > > [2] https://github.com/v1ron/vt8500-clkrange > > > > Thanks, > > Roman Volkov (2): > > clk/vt8500: Rework wm8650_find_pll_bits() > > clk/vt8500: Fix compilation warnings > > > > drivers/clk/clk-vt8500.c | 81 > > +++++++++++++++++++++++------------------------- 1 file changed, 39 > > insertions(+), 42 deletions(-) > > > > Hi Stephen, > > Do we need this change during this merge window? > The warning has been there for since before this merge window, so if anything this is v4.8 material. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project