staging: unisys: Fix sparse error - accessing __iomem directly
authorLuke Hart <luke.hart@birchleys.eu>
Fri, 12 Sep 2014 09:48:33 +0000 (10:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 23:08:09 +0000 (16:08 -0700)
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 <luke.hart@birchleys.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found