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 6AFDEC282DD for ; Thu, 9 Jan 2020 19:20:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3910D2072E for ; Thu, 9 Jan 2020 19:20:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729543AbgAITUS convert rfc822-to-8bit (ORCPT ); Thu, 9 Jan 2020 14:20:18 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:50339 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726048AbgAITUR (ORCPT ); Thu, 9 Jan 2020 14:20:17 -0500 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id B3382200006; Thu, 9 Jan 2020 19:20:15 +0000 (UTC) Date: Thu, 9 Jan 2020 20:20:14 +0100 From: Miquel Raynal To: Piotr Sroka Cc: Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Vignesh Raghavendra , , Subject: Re: [PATCH -next] mtd: rawnand: cadence: Change types of function parameters keeping DMA address Message-ID: <20200109202003.44ec5102@xps13> In-Reply-To: <1575546963-436-1-git-send-email-piotrs@cadence.com> References: <1575546963-436-1-git-send-email-piotrs@cadence.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 Piotr, Piotr Sroka wrote on Thu, 5 Dec 2019 12:55:58 +0100: > It was changed to avoid compilation warnings during type casting. > > Signed-off-by: Piotr Sroka > Reported-by: kbuild test robot > --- I just realized that I received three patches for the same issue about a month ago, yours was totally valid but I choose to apply the one from someone not contributing a lot to encourage him, hope you don't mind :) Cheers, Miquèl