Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751736AbcKRHoz (ORCPT ); Fri, 18 Nov 2016 02:44:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45906 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbcKRHoy (ORCPT ); Fri, 18 Nov 2016 02:44:54 -0500 Date: Fri, 18 Nov 2016 08:45:04 +0100 From: Greg KH To: Sergio Paracuellos Cc: Dan Carpenter , devel@driverdev.osuosl.org, linux-kernel , Lior Dotan Subject: Re: [PATCH v3 1/2] staging: slicoss: fix different address space warnings: 32 bits Message-ID: <20161118074504.GA15290@kroah.com> References: <1479361348-7348-1-git-send-email-sergio.paracuellos@gmail.com> <1479361348-7348-2-git-send-email-sergio.paracuellos@gmail.com> <20161117104941.GA6266@mwanda> <20161117113302.GU28558@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 477 Lines: 16 On Thu, Nov 17, 2016 at 12:46:12PM +0100, Sergio Paracuellos wrote: > On Thu, Nov 17, 2016 at 12:33 PM, Dan Carpenter > wrote: > > Give it a shot and see if the warnings go away. I don't think the tag > > is correct. > > Just removing __iomem tag in shmem_data field of slic_shmemory struct > makes sparse happy. No warnings around. > > Should I send a v4 patch with the tag removed? Yes, please fix up this series and resend. thanks, greg k-h