Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941801AbcKQKwq (ORCPT ); Thu, 17 Nov 2016 05:52:46 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:49234 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934666AbcKQKwk (ORCPT ); Thu, 17 Nov 2016 05:52:40 -0500 Date: Thu, 17 Nov 2016 13:51:49 +0300 From: Dan Carpenter To: Sergio Paracuellos Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, liodot@gmail.com Subject: Re: [PATCH v3 1/2] staging: slicoss: fix different address space warnings: 32 bits Message-ID: <20161117104941.GA6266@mwanda> References: <1479361348-7348-1-git-send-email-sergio.paracuellos@gmail.com> <1479361348-7348-2-git-send-email-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479361348-7348-2-git-send-email-sergio.paracuellos@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 229 Lines: 7 Hm... I seem to duplicate the Sparse warnings at all. That's weird. Anyway as far as I can tell the warnings are false positives... Can't you just remove the __iomem tag? Have you tested this change? regards, dan carpenter