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,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 18323C33C99 for ; Tue, 7 Jan 2020 09:04:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1D2920715 for ; Tue, 7 Jan 2020 09:04:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727458AbgAGJEn convert rfc822-to-8bit (ORCPT ); Tue, 7 Jan 2020 04:04:43 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:60583 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726492AbgAGJEm (ORCPT ); Tue, 7 Jan 2020 04:04:42 -0500 X-Originating-IP: 90.76.211.102 Received: from xps13 (lfbn-tou-1-1151-102.w90-76.abo.wanadoo.fr [90.76.211.102]) (Authenticated sender: miquel.raynal@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 16206FF80D; Tue, 7 Jan 2020 09:04:39 +0000 (UTC) Date: Tue, 7 Jan 2020 10:04:39 +0100 From: Miquel Raynal To: Olof Johansson Cc: Vasyl Gomonovych , Piotr Sroka , Richard Weinberger , Vignesh R , linux-mtd@lists.infradead.org, Linux Kernel Mailing List Subject: Re: [PATCH v2] mtd: cadence: Fix cast to pointer from integer of different size warning Message-ID: <20200107100439.23f86175@xps13> In-Reply-To: References: <20191216110947.6fb2423a@xps13> <20191218095715.25585-1-gomonovych@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (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 Olof, Olof Johansson wrote on Mon, 6 Jan 2020 13:18:17 -0800: > Miquel, this warning is still there both in mainline and linux-next. > > Can you please apply it and get it sent in so we can keep the tree > building cleaning and spot warnings without the noise? Thanks! > > On Wed, Dec 18, 2019 at 1:57 AM Vasyl Gomonovych wrote: > > > > Use dma_addr_t type to pass memory address and control data in > > DMA descriptor fields memory_pointer and ctrl_data_ptr > > To fix warning: cast to pointer from integer of different size > > > > Signed-off-by: Vasyl Gomonovych > > Acked-by: Olof Johansson > Sorry, I am late. I'll send a fixes PR this week. Thanks, Miquèl