Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932254AbcKRR4f (ORCPT ); Fri, 18 Nov 2016 12:56:35 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34787 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932141AbcKRR4d (ORCPT ); Fri, 18 Nov 2016 12:56:33 -0500 From: Sergio Paracuellos To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, liodot@gmail.com, charrer@alacritech.com Subject: [PATCH v4] staging: slicoss: fix different address space warnings Date: Fri, 18 Nov 2016 18:57:17 +0100 Message-Id: <1479491838-10311-1-git-send-email-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 23 This patchset fix the following sparse warning: warning: incorrect type in assignment (different address spaces) Changes in v2: * Remove IOMEM_GET_FIELDADDR macro * Add ioread64 and iowrite64 defines Changes in v3: * Remove ioread64 and iowrite64 defines * Split into two patches: one for 32 bits stuff and the other for 64 bits. Changes in v4: * Undo all of previous changes and just remove __iomem annotation from field of struct because it is incorrect. Sergio Paracuellos (1): staging: slicoss: fix different address space warnings drivers/staging/slicoss/slic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1