From: H Hartley Sweeten Date: Tue, 22 May 2012 01:21:39 +0000 (-0700) Subject: staging: comedi: s626: base_addr is a void __iomem * X-Git-Tag: v3.6-rc1~100^2~1052 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42caa910f286e2be0763a6fb8aa7a998e10c6e02;p=pandora-kernel.git staging: comedi: s626: base_addr is a void __iomem * The base_addr variable in struct s626_private is an ioremap'ed pci resource and should be void __iomem * not a void *. This quiets a lot of sparse warings for the writel and readl 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