From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750895AbdALW4Q (ORCPT ); Thu, 12 Jan 2017 17:56:16 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:55228 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbdALW4O (ORCPT ); Thu, 12 Jan 2017 17:56:14 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 5AFE661153 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Subject: Re: [PATCH] clk: stm32f4: avoid uninitialized variable access To: Arnd Bergmann References: <20170111134107.3821564-1-arnd@arndb.de> <20170112220627.GQ17126@codeaurora.org> Cc: Michael Turquette , Maxime Coquelin , Alexandre Torgue , Gabriel Fernandez , Rob Herring , Christophe JAILLET , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List From: Stephen Boyd Message-ID: <3436f495-1c2b-b80b-2c0c-6956391bd43f@codeaurora.org> Date: Thu, 12 Jan 2017 14:56:12 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/12/2017 02:42 PM, Arnd Bergmann wrote: > On Thu, Jan 12, 2017 at 11:06 PM, Stephen Boyd wrote: >> Applied to clk-next. Seems I need to update my compiler to find >> these warnings. > I'm currently playing with gcc-7, which adds a lot of new warnings > (including many false positives). gcc-6 was supposed to have better > warnings than 5, but I didn't find the difference that noticeable. 5 > or 6 is probably best at the moment, and if you have at least 4.9 > there is no urgent need to upgrade. Thanks. I'm on gcc-4.7. It's been a long time since I upgraded my cross compiler. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project