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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D08AAC43334 for ; Sat, 25 Jun 2022 09:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232306AbiFYJv2 (ORCPT ); Sat, 25 Jun 2022 05:51:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232468AbiFYJvV (ORCPT ); Sat, 25 Jun 2022 05:51:21 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C85F139B80 for ; Sat, 25 Jun 2022 02:51:19 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0158768AA6; Sat, 25 Jun 2022 11:51:16 +0200 (CEST) Date: Sat, 25 Jun 2022 11:51:15 +0200 From: "hch@lst.de" To: Sven Peter Cc: "hch@lst.de" , kernel test robot , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Hector Martin , Arnd Bergmann Subject: Re: [asahilinux:bits/050-nvme 6/9] drivers/nvme/host/apple.c:291:19: sparse: sparse: incorrect type in assignment (different base types) Message-ID: <20220625095115.GA23965@lst.de> References: <202206251551.PTd0wn6d-lkp@intel.com> <20220625075950.GA22592@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 25, 2022 at 11:46:55AM +0200, Sven Peter wrote: > On Sat, Jun 25, 2022, at 09:59, Christoph Hellwig wrote: > > Sven, can you send a patch to use the proper __le types? We really > > prefer the nvme code to no have any sparse warnings. > > Arnd already fixed this with 7ad7ab90368 after the commits hit the soc tree > (and before I even had a chance to look at it). > This mail just came from our downstream tree that's still stuck at 5.18. Perfect, thanks!