[PATCH] unisys: Fix sparse error - accessing __iomem directly

2014-09-08 Thread Luke Hart
;t seem to be a mailing list (despite what get_maintainer.pl indicates). Signed-off-by: Luke Hart --- drivers/staging/unisys/common-spar/include/channels/channel.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/common-spar/include/channels/chann

[PATCH] staging: unisys: Fix sparse error - accessing __iomem directly

2014-09-09 Thread Luke Hart
Copy the channel type into a temporary buffer so that code will work for architectures that don't support MMIO. This now works in same way as other tests in same function. Signed-off-by: Luke Hart --- drivers/staging/unisys/common-spar/include/channels/channel.h | 9 ++--- 1 file chang

[PATCH] staging: unisys: Fix sparse error - accessing __iomem directly

2014-09-12 Thread Luke Hart
Copy the channel type into a temporary buffer so that code will work for architectures that don't support MMIO. This now works in same way as other tests in same function. Signed-off-by: Luke Hart --- drivers/staging/unisys/common-spar/include/channels/channel.h | 10 +++--- 1 file ch

Re: [PATCH] staging: unisys: Fix sparse error - accessing __iomem directly

2014-09-12 Thread Luke Hart
On 11/09/2014 22:53, Greg KH wrote: On Mon, Sep 08, 2014 at 03:27:35PM +0100, Luke Hart wrote: Copy the channel type into a temporary buffer so that code will work for architectures that don't support MMIO. This now works in same way as other tests in same function. Signed-off-by: Luke