From 1683440595ea33cc019fb8524b04319cf82bc6ac Mon Sep 17 00:00:00 2001 From: Guillaume Clement Date: Tue, 22 Jul 2014 22:08:26 +0200 Subject: [PATCH] staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed