From: H Hartley Sweeten Date: Tue, 22 May 2012 00:55:33 +0000 (-0700) Subject: staging: comedi: icp_multi: io_addr is a void __iomem * X-Git-Tag: v3.6-rc1~100^2~1054 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a5eb8ccef09916e622b43f97f115c2526d7d2e;p=pandora-kernel.git staging: comedi: icp_multi: io_addr is a void __iomem * The io_addr variable in struct dt3k_private is an ioremap'ed pci resource and should be void __iomem * not a void *. This quiets a lot of sparse warings for the writew and readw calls like: warning: incorrect type in argument 1 (different address spaces)    expected void const volatile [noderef] *addr    got void * warning: incorrect type in argument 2 (different address spaces)    expected void volatile [noderef] *addr    got void * Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed