From: Ken Cox Date: Thu, 3 Jul 2014 15:02:18 +0000 (-0500) Subject: Staging: unisys: Fix noderef sparse warnings in vbusdeviceinfo.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c293c9a343929bb2c7d1717c8e60a43231dd64;p=pandora-kernel.git Staging: unisys: Fix noderef sparse warnings in vbusdeviceinfo.h vbuschannel_devinfo_to_string() was declared with the devinfo argument as a pointer to __iomem space. No callers of this function need the __iomem space, so I removed that constraint. Same thing goes for vbuschannel_sanitize_buffer(). It doesn't need to operate on I/O space. Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed