From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6372EC606B0 for ; Tue, 9 Jul 2019 07:59:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D98221743 for ; Tue, 9 Jul 2019 07:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726391AbfGIH7j convert rfc822-to-8bit (ORCPT ); Tue, 9 Jul 2019 03:59:39 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:58655 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbfGIH7j (ORCPT ); Tue, 9 Jul 2019 03:59:39 -0400 X-Originating-IP: 86.250.200.211 Received: from xps13 (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id C60EC20002; Tue, 9 Jul 2019 07:59:25 +0000 (UTC) Date: Tue, 9 Jul 2019 09:59:25 +0200 From: Miquel Raynal To: Christophe Kerello Cc: , , , , , , , , Subject: Re: [PATCH] mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option Message-ID: <20190709095925.7accd6f4@xps13> In-Reply-To: <13d30ef8-b649-6416-3814-35a53c5c09ce@st.com> References: <1561128189-14411-1-git-send-email-christophe.kerello@st.com> <20190701091128.4e67f1de@xps13> <13d30ef8-b649-6416-3814-35a53c5c09ce@st.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christophe, Christophe Kerello wrote on Tue, 9 Jul 2019 09:50:10 +0200: > On 7/1/19 9:11 AM, Miquel Raynal wrote: > > Hi Christophe, > > > > Christophe Kerello wrote on Fri, 21 Jun > > 2019 16:43:09 +0200: > > > >> This patch solves warnings detected by setting W=1 when building. > >> > >> Warnings type detected: > >> drivers/mtd/nand/raw/stm32_fmc2_nand.c: In function ‘stm32_fmc2_calc_timings’: > >> drivers/mtd/nand/raw/stm32_fmc2_nand.c:1417:23: warning: comparison is > >> always false due to limited range of data type [-Wtype-limits] > >> else if (tims->twait > FMC2_PMEM_PATT_TIMING_MASK) > >> > >> Signed-off-by: Christophe Kerello > >> --- > > > > Applied to nand/next, thanks. > > Hi Miquel, > > After fetching nand/next, I do not see this patch applied. > Not sure what happened, please resend with a Fixes/stable tag added, I'll apply when -rc1 will be out. Sorry again for the trouble, thanks for the notice! Miquèl