Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1524104 > unrolled thread

[PATCH v3 0/2] staging: slicoss: fix different address space warnings

Started bySergio Paracuellos <sergio.paracuellos@gmail.com>
First post2016-11-17 06:50 +0100
Last post2016-11-17 06:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] staging: slicoss: fix different address space warnings Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-17 06:50 +0100

#1524104 — [PATCH v3 0/2] staging: slicoss: fix different address space warnings

FromSergio Paracuellos <sergio.paracuellos@gmail.com>
Date2016-11-17 06:50 +0100
Subject[PATCH v3 0/2] staging: slicoss: fix different address space warnings
Message-ID<sEnK9-4VC-11@gated-at.bofh.it>
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.

Sergio Paracuellos (2):
  staging: slicoss: fix different address space warnings: 32 bits
  staging: slicoss: fix different address space warnings: 64 bits

 drivers/staging/slicoss/slic.h    | 18 +++++++++
 drivers/staging/slicoss/slicoss.c | 82 ++++++++++++++++++++++-----------------
 2 files changed, 65 insertions(+), 35 deletions(-)

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web