linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: slicoss: fix different address space warnings
@ 2016-11-17  5:42 Sergio Paracuellos
  2016-11-17  5:42 ` [PATCH v3 1/2] staging: slicoss: fix different address space warnings: 32 bits Sergio Paracuellos
  2016-11-17  5:42 ` [PATCH v3 2/2] staging: slicoss: fix different address space warnings: 64 bits Sergio Paracuellos
  0 siblings, 2 replies; 8+ messages in thread
From: Sergio Paracuellos @ 2016-11-17  5:42 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, liodot, charrer

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-18  7:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  5:42 [PATCH v3 0/2] staging: slicoss: fix different address space warnings Sergio Paracuellos
2016-11-17  5:42 ` [PATCH v3 1/2] staging: slicoss: fix different address space warnings: 32 bits Sergio Paracuellos
2016-11-17 10:51   ` Dan Carpenter
2016-11-17 11:22     ` Sergio Paracuellos
2016-11-17 11:33       ` Dan Carpenter
2016-11-17 11:46         ` Sergio Paracuellos
2016-11-18  7:45           ` Greg KH
2016-11-17  5:42 ` [PATCH v3 2/2] staging: slicoss: fix different address space warnings: 64 bits Sergio Paracuellos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).