From: James A Shackleford Date: Sun, 1 Jun 2014 00:09:05 +0000 (-0400) Subject: staging: vt6655: fix sparse warning "cast removes address space of expression" X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1729 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc43d093b38262f1fc51018a50892ce3a144852;p=pandora-kernel.git staging: vt6655: fix sparse warning "cast removes address space of expression" Add missing __user macro to second parameter of ethtool_ioctl(). This removes the need for the offending (void *) cast of the user space pointer rq->ifr_data. Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed